Interface V1NonResourceRuleFluent<A extends V1NonResourceRuleFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1SubjectRulesReviewStatusFluent.NonResourceRulesNested<N>
- All Known Implementing Classes:
V1NonResourceRuleBuilder
,V1NonResourceRuleFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToNonResourceURLs
(Collection<String> items) addAllToVerbs
(Collection<String> items) addToNonResourceURLs
(Integer index, String item) addToNonResourceURLs
(String... items) addToVerbs
(Integer index, String item) addToVerbs
(String... items) getMatchingNonResourceURL
(Predicate<String> predicate) getMatchingVerb
(Predicate<String> predicate) getNonResourceURL
(Integer index) getVerbs()
hasMatchingNonResourceURL
(Predicate<String> predicate) hasMatchingVerb
(Predicate<String> predicate) hasVerbs()
removeAllFromVerbs
(Collection<String> items) removeFromNonResourceURLs
(String... items) removeFromVerbs
(String... items) setToNonResourceURLs
(Integer index, String item) setToVerbs
(Integer index, String item) withNonResourceURLs
(String... nonResourceURLs) withNonResourceURLs
(List<String> nonResourceURLs)
-
Method Details
-
addToNonResourceURLs
-
setToNonResourceURLs
-
addToNonResourceURLs
-
addAllToNonResourceURLs
-
removeFromNonResourceURLs
-
removeAllFromNonResourceURLs
-
getNonResourceURLs
-
getNonResourceURL
-
getFirstNonResourceURL
String getFirstNonResourceURL() -
getLastNonResourceURL
String getLastNonResourceURL() -
getMatchingNonResourceURL
-
hasMatchingNonResourceURL
-
withNonResourceURLs
-
withNonResourceURLs
-
hasNonResourceURLs
Boolean hasNonResourceURLs() -
addToVerbs
-
setToVerbs
-
addToVerbs
-
addAllToVerbs
-
removeFromVerbs
-
removeAllFromVerbs
-
getVerbs
-
getVerb
-
getFirstVerb
String getFirstVerb() -
getLastVerb
String getLastVerb() -
getMatchingVerb
-
hasMatchingVerb
-
withVerbs
-
withVerbs
-
hasVerbs
Boolean hasVerbs()
-