All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToConditions(Collection<ServiceBindingCondition> items) |
ServiceBindingStatusFluent.ConditionsNested<A> |
addNewCondition() |
A |
addNewCondition(String lastTransitionTime,
String message,
String reason,
String status,
String type) |
ServiceBindingStatusFluent.ConditionsNested<A> |
addNewConditionLike(ServiceBindingCondition item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToConditions(int index,
ServiceBindingCondition item) |
A |
addToConditions(ServiceBindingCondition... items) |
ServiceBindingCondition |
buildCondition(int index) |
List<ServiceBindingCondition> |
buildConditions() |
ServiceBindingPropertiesState |
buildExternalProperties() |
ServiceBindingCondition |
buildFirstCondition() |
ServiceBindingPropertiesState |
buildInProgressProperties() |
ServiceBindingCondition |
buildLastCondition() |
ServiceBindingCondition |
buildMatchingCondition(Predicate<ServiceBindingConditionBuilder> predicate) |
protected void |
copyInstance(ServiceBindingStatus instance) |
ServiceBindingStatusFluent.ConditionsNested<A> |
editCondition(int index) |
ServiceBindingStatusFluent.ExternalPropertiesNested<A> |
editExternalProperties() |
ServiceBindingStatusFluent.ConditionsNested<A> |
editFirstCondition() |
ServiceBindingStatusFluent.InProgressPropertiesNested<A> |
editInProgressProperties() |
ServiceBindingStatusFluent.ConditionsNested<A> |
editLastCondition() |
ServiceBindingStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<ServiceBindingConditionBuilder> predicate) |
ServiceBindingStatusFluent.ExternalPropertiesNested<A> |
editOrNewExternalProperties() |
ServiceBindingStatusFluent.ExternalPropertiesNested<A> |
editOrNewExternalPropertiesLike(ServiceBindingPropertiesState item) |
ServiceBindingStatusFluent.InProgressPropertiesNested<A> |
editOrNewInProgressProperties() |
ServiceBindingStatusFluent.InProgressPropertiesNested<A> |
editOrNewInProgressPropertiesLike(ServiceBindingPropertiesState item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAsyncOpInProgress() |
String |
getCurrentOperation() |
String |
getLastOperation() |
String |
getOperationStartTime() |
Boolean |
getOrphanMitigationInProgress() |
Long |
getReconciledGeneration() |
String |
getUnbindStatus() |
boolean |
hasAdditionalProperties() |
boolean |
hasAsyncOpInProgress() |
boolean |
hasConditions() |
boolean |
hasCurrentOperation() |
boolean |
hasExternalProperties() |
int |
hashCode() |
boolean |
hasInProgressProperties() |
boolean |
hasLastOperation() |
boolean |
hasMatchingCondition(Predicate<ServiceBindingConditionBuilder> predicate) |
boolean |
hasOperationStartTime() |
boolean |
hasOrphanMitigationInProgress() |
boolean |
hasReconciledGeneration() |
boolean |
hasUnbindStatus() |
A |
removeAllFromConditions(Collection<ServiceBindingCondition> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromConditions(ServiceBindingCondition... items) |
A |
removeMatchingFromConditions(Predicate<ServiceBindingConditionBuilder> predicate) |
ServiceBindingStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
ServiceBindingCondition item) |
A |
setToConditions(int index,
ServiceBindingCondition item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAsyncOpInProgress() |
A |
withAsyncOpInProgress(Boolean asyncOpInProgress) |
A |
withConditions(List<ServiceBindingCondition> conditions) |
A |
withConditions(ServiceBindingCondition... conditions) |
A |
withCurrentOperation(String currentOperation) |
A |
withExternalProperties(ServiceBindingPropertiesState externalProperties) |
A |
withInProgressProperties(ServiceBindingPropertiesState inProgressProperties) |
A |
withLastOperation(String lastOperation) |
ServiceBindingStatusFluent.ExternalPropertiesNested<A> |
withNewExternalProperties() |
ServiceBindingStatusFluent.ExternalPropertiesNested<A> |
withNewExternalPropertiesLike(ServiceBindingPropertiesState item) |
ServiceBindingStatusFluent.InProgressPropertiesNested<A> |
withNewInProgressProperties() |
ServiceBindingStatusFluent.InProgressPropertiesNested<A> |
withNewInProgressPropertiesLike(ServiceBindingPropertiesState item) |
A |
withOperationStartTime(String operationStartTime) |
A |
withOrphanMitigationInProgress() |
A |
withOrphanMitigationInProgress(Boolean orphanMitigationInProgress) |
A |
withReconciledGeneration(Long reconciledGeneration) |
A |
withUnbindStatus(String unbindStatus) |