All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
A |
addAllToApiGroups(Collection<String> items) |
A |
addAllToNonResourceURLs(Collection<String> items) |
A |
addAllToResourceNames(Collection<String> items) |
A |
addAllToResources(Collection<String> items) |
A |
addAllToVerbs(Collection<String> items) |
A |
addToApiGroups(int index,
String item) |
A |
addToApiGroups(String... items) |
A |
addToNonResourceURLs(int index,
String item) |
A |
addToNonResourceURLs(String... items) |
A |
addToResourceNames(int index,
String item) |
A |
addToResourceNames(String... items) |
A |
addToResources(int index,
String item) |
A |
addToResources(String... items) |
A |
addToVerbs(int index,
String item) |
A |
addToVerbs(String... items) |
String |
getApiGroup(int index) |
List<String> |
getApiGroups() |
String |
getFirstApiGroup() |
String |
getFirstNonResourceURL() |
String |
getFirstResource() |
String |
getFirstResourceName() |
String |
getFirstVerb() |
String |
getLastApiGroup() |
String |
getLastNonResourceURL() |
String |
getLastResource() |
String |
getLastResourceName() |
String |
getLastVerb() |
String |
getMatchingApiGroup(Predicate<String> predicate) |
String |
getMatchingNonResourceURL(Predicate<String> predicate) |
String |
getMatchingResource(Predicate<String> predicate) |
String |
getMatchingResourceName(Predicate<String> predicate) |
String |
getMatchingVerb(Predicate<String> predicate) |
String |
getNonResourceURL(int index) |
List<String> |
getNonResourceURLs() |
String |
getResource(int index) |
String |
getResourceName(int index) |
List<String> |
getResourceNames() |
List<String> |
getResources() |
String |
getVerb(int index) |
List<String> |
getVerbs() |
Boolean |
hasApiGroups() |
Boolean |
hasNonResourceURLs() |
Boolean |
hasResourceNames() |
Boolean |
hasResources() |
Boolean |
hasVerbs() |
A |
removeAllFromApiGroups(Collection<String> items) |
A |
removeAllFromNonResourceURLs(Collection<String> items) |
A |
removeAllFromResourceNames(Collection<String> items) |
A |
removeAllFromResources(Collection<String> items) |
A |
removeAllFromVerbs(Collection<String> items) |
A |
removeFromApiGroups(String... items) |
A |
removeFromNonResourceURLs(String... items) |
A |
removeFromResourceNames(String... items) |
A |
removeFromResources(String... items) |
A |
removeFromVerbs(String... items) |
A |
setToApiGroups(int index,
String item) |
A |
setToNonResourceURLs(int index,
String item) |
A |
setToResourceNames(int index,
String item) |
A |
setToResources(int index,
String item) |
A |
setToVerbs(int index,
String item) |
A |
withApiGroups(List<String> apiGroups) |
A |
withApiGroups(String... apiGroups) |
A |
withNonResourceURLs(List<String> nonResourceURLs) |
A |
withNonResourceURLs(String... nonResourceURLs) |
A |
withResourceNames(List<String> resourceNames) |
A |
withResourceNames(String... resourceNames) |
A |
withResources(List<String> resources) |
A |
withResources(String... resources) |
A |
withVerbs(List<String> verbs) |
A |
withVerbs(String... verbs) |