All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToResults(Collection<DriverAllocationResult> items) |
StructuredResourceHandleFluent.ResultsNested<A> |
addNewResult() |
StructuredResourceHandleFluent.ResultsNested<A> |
addNewResultLike(DriverAllocationResult item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToResults(DriverAllocationResult... items) |
A |
addToResults(int index,
DriverAllocationResult item) |
A |
addToVendorClaimParameters(Map<String,Object> map) |
A |
addToVendorClaimParameters(String key,
Object value) |
A |
addToVendorClassParameters(Map<String,Object> map) |
A |
addToVendorClassParameters(String key,
Object value) |
DriverAllocationResult |
buildFirstResult() |
DriverAllocationResult |
buildLastResult() |
DriverAllocationResult |
buildMatchingResult(Predicate<DriverAllocationResultBuilder> predicate) |
DriverAllocationResult |
buildResult(int index) |
List<DriverAllocationResult> |
buildResults() |
protected void |
copyInstance(StructuredResourceHandle instance) |
StructuredResourceHandleFluent.ResultsNested<A> |
editFirstResult() |
StructuredResourceHandleFluent.ResultsNested<A> |
editLastResult() |
StructuredResourceHandleFluent.ResultsNested<A> |
editMatchingResult(Predicate<DriverAllocationResultBuilder> predicate) |
StructuredResourceHandleFluent.ResultsNested<A> |
editResult(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getNodeName() |
Map<String,Object> |
getVendorClaimParameters() |
Map<String,Object> |
getVendorClassParameters() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatchingResult(Predicate<DriverAllocationResultBuilder> predicate) |
boolean |
hasNodeName() |
boolean |
hasResults() |
boolean |
hasVendorClaimParameters() |
boolean |
hasVendorClassParameters() |
A |
removeAllFromResults(Collection<DriverAllocationResult> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromResults(DriverAllocationResult... items) |
A |
removeFromVendorClaimParameters(Map<String,Object> map) |
A |
removeFromVendorClaimParameters(String key) |
A |
removeFromVendorClassParameters(Map<String,Object> map) |
A |
removeFromVendorClassParameters(String key) |
A |
removeMatchingFromResults(Predicate<DriverAllocationResultBuilder> predicate) |
StructuredResourceHandleFluent.ResultsNested<A> |
setNewResultLike(int index,
DriverAllocationResult item) |
A |
setToResults(int index,
DriverAllocationResult item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNodeName(String nodeName) |
A |
withResults(DriverAllocationResult... results) |
A |
withResults(List<DriverAllocationResult> results) |
<K,V> A |
withVendorClaimParameters(Map<String,Object> vendorClaimParameters) |
<K,V> A |
withVendorClassParameters(Map<String,Object> vendorClassParameters) |