public class NonResourceRuleFluentImpl<A extends NonResourceRuleFluent<A>> extends BaseFluent<A> implements NonResourceRuleFluent<A>
_visitables
Constructor and Description |
---|
NonResourceRuleFluentImpl() |
NonResourceRuleFluentImpl(NonResourceRule instance) |
public NonResourceRuleFluentImpl()
public NonResourceRuleFluentImpl(NonResourceRule instance)
public A addToNonResourceURLs(int index, String item)
addToNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A setToNonResourceURLs(int index, String item)
setToNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addToNonResourceURLs(String... items)
addToNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addAllToNonResourceURLs(Collection<String> items)
addAllToNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A removeFromNonResourceURLs(String... items)
removeFromNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A removeAllFromNonResourceURLs(Collection<String> items)
removeAllFromNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public List<String> getNonResourceURLs()
getNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getNonResourceURL(int index)
getNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getFirstNonResourceURL()
getFirstNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getLastNonResourceURL()
getLastNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getMatchingNonResourceURL(Predicate<String> predicate)
getMatchingNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public Boolean hasMatchingNonResourceURL(Predicate<String> predicate)
hasMatchingNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A withNonResourceURLs(List<String> nonResourceURLs)
withNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A withNonResourceURLs(String... nonResourceURLs)
withNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public Boolean hasNonResourceURLs()
hasNonResourceURLs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addNewNonResourceURL(String arg1)
addNewNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addNewNonResourceURL(StringBuilder arg1)
addNewNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addNewNonResourceURL(StringBuffer arg1)
addNewNonResourceURL
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addToVerbs(int index, String item)
addToVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A setToVerbs(int index, String item)
setToVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addToVerbs(String... items)
addToVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addAllToVerbs(Collection<String> items)
addAllToVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A removeFromVerbs(String... items)
removeFromVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A removeAllFromVerbs(Collection<String> items)
removeAllFromVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public List<String> getVerbs()
getVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getVerb(int index)
getVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getFirstVerb()
getFirstVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getLastVerb()
getLastVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public String getMatchingVerb(Predicate<String> predicate)
getMatchingVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public Boolean hasMatchingVerb(Predicate<String> predicate)
hasMatchingVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A withVerbs(List<String> verbs)
withVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A withVerbs(String... verbs)
withVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public Boolean hasVerbs()
hasVerbs
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addNewVerb(String arg1)
addNewVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addNewVerb(StringBuilder arg1)
addNewVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
public A addNewVerb(StringBuffer arg1)
addNewVerb
in interface NonResourceRuleFluent<A extends NonResourceRuleFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.