All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToConfig(Collection<DeviceAllocationConfiguration> items) |
|
A |
addAllToResults(Collection<DeviceRequestAllocationResult> items) |
|
DeviceAllocationResultFluent.ConfigNested<A> |
addNewConfig() |
|
DeviceAllocationResultFluent.ConfigNested<A> |
addNewConfigLike(DeviceAllocationConfiguration item) |
|
DeviceAllocationResultFluent.ResultsNested<A> |
addNewResult() |
|
DeviceAllocationResultFluent.ResultsNested<A> |
addNewResultLike(DeviceRequestAllocationResult item) |
|
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToConfig(int index,
DeviceAllocationConfiguration item) |
|
A |
addToConfig(DeviceAllocationConfiguration... items) |
|
A |
addToResults(int index,
DeviceRequestAllocationResult item) |
|
A |
addToResults(DeviceRequestAllocationResult... items) |
|
List<DeviceAllocationConfiguration> |
buildConfig() |
|
DeviceAllocationConfiguration |
buildConfig(int index) |
|
DeviceAllocationConfiguration |
buildFirstConfig() |
|
DeviceRequestAllocationResult |
buildFirstResult() |
|
DeviceAllocationConfiguration |
buildLastConfig() |
|
DeviceRequestAllocationResult |
buildLastResult() |
|
DeviceAllocationConfiguration |
buildMatchingConfig(Predicate<DeviceAllocationConfigurationBuilder> predicate) |
|
DeviceRequestAllocationResult |
buildMatchingResult(Predicate<DeviceRequestAllocationResultBuilder> predicate) |
|
DeviceRequestAllocationResult |
buildResult(int index) |
|
List<DeviceRequestAllocationResult> |
buildResults() |
|
protected void |
copyInstance(DeviceAllocationResult instance) |
|
DeviceAllocationResultFluent.ConfigNested<A> |
editConfig(int index) |
|
DeviceAllocationResultFluent.ConfigNested<A> |
editFirstConfig() |
|
DeviceAllocationResultFluent.ResultsNested<A> |
editFirstResult() |
|
DeviceAllocationResultFluent.ConfigNested<A> |
editLastConfig() |
|
DeviceAllocationResultFluent.ResultsNested<A> |
editLastResult() |
|
DeviceAllocationResultFluent.ConfigNested<A> |
editMatchingConfig(Predicate<DeviceAllocationConfigurationBuilder> predicate) |
|
DeviceAllocationResultFluent.ResultsNested<A> |
editMatchingResult(Predicate<DeviceRequestAllocationResultBuilder> predicate) |
|
DeviceAllocationResultFluent.ResultsNested<A> |
editResult(int index) |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasConfig() |
|
int |
hashCode() |
|
boolean |
hasMatchingConfig(Predicate<DeviceAllocationConfigurationBuilder> predicate) |
|
boolean |
hasMatchingResult(Predicate<DeviceRequestAllocationResultBuilder> predicate) |
|
boolean |
hasResults() |
|
A |
removeAllFromConfig(Collection<DeviceAllocationConfiguration> items) |
|
A |
removeAllFromResults(Collection<DeviceRequestAllocationResult> items) |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromConfig(DeviceAllocationConfiguration... items) |
|
A |
removeFromResults(DeviceRequestAllocationResult... items) |
|
A |
removeMatchingFromConfig(Predicate<DeviceAllocationConfigurationBuilder> predicate) |
|
A |
removeMatchingFromResults(Predicate<DeviceRequestAllocationResultBuilder> predicate) |
|
DeviceAllocationResultFluent.ConfigNested<A> |
setNewConfigLike(int index,
DeviceAllocationConfiguration item) |
|
DeviceAllocationResultFluent.ResultsNested<A> |
setNewResultLike(int index,
DeviceRequestAllocationResult item) |
|
A |
setToConfig(int index,
DeviceAllocationConfiguration item) |
|
A |
setToResults(int index,
DeviceRequestAllocationResult item) |
|
String |
toString() |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withConfig(DeviceAllocationConfiguration... config) |
|
A |
withConfig(List<DeviceAllocationConfiguration> config) |
|
A |
withResults(DeviceRequestAllocationResult... results) |
|
A |
withResults(List<DeviceRequestAllocationResult> results) |
|