All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
A |
addAllToNonResourceURLs(Collection<String> items) |
A |
addAllToVerbs(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToNonResourceURLs(Integer index,
String item) |
A |
addToNonResourceURLs(String... items) |
A |
addToVerbs(Integer index,
String item) |
A |
addToVerbs(String... items) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstNonResourceURL() |
String |
getFirstVerb() |
String |
getLastNonResourceURL() |
String |
getLastVerb() |
String |
getMatchingNonResourceURL(Predicate<String> predicate) |
String |
getMatchingVerb(Predicate<String> predicate) |
String |
getNonResourceURL(Integer index) |
List<String> |
getNonResourceURLs() |
String |
getVerb(Integer index) |
List<String> |
getVerbs() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasMatchingNonResourceURL(Predicate<String> predicate) |
Boolean |
hasMatchingVerb(Predicate<String> predicate) |
Boolean |
hasNonResourceURLs() |
Boolean |
hasVerbs() |
A |
removeAllFromNonResourceURLs(Collection<String> items) |
A |
removeAllFromVerbs(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromNonResourceURLs(String... items) |
A |
removeFromVerbs(String... items) |
A |
setToNonResourceURLs(Integer index,
String item) |
A |
setToVerbs(Integer index,
String item) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNonResourceURLs(List<String> nonResourceURLs) |
A |
withNonResourceURLs(String... nonResourceURLs) |
A |
withVerbs(List<String> verbs) |
A |
withVerbs(String... verbs) |