All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToParameters(Map<String,Object> map) |
A |
addToParameters(String key,
Object value) |
UserInfo |
buildUserInfo() |
protected void |
copyInstance(ServiceInstancePropertiesState instance) |
ServiceInstancePropertiesStateFluent.UserInfoNested<A> |
editOrNewUserInfo() |
ServiceInstancePropertiesStateFluent.UserInfoNested<A> |
editOrNewUserInfoLike(UserInfo item) |
ServiceInstancePropertiesStateFluent.UserInfoNested<A> |
editUserInfo() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getClusterServicePlanExternalID() |
String |
getClusterServicePlanExternalName() |
String |
getParameterChecksum() |
Map<String,Object> |
getParameters() |
String |
getServicePlanExternalID() |
String |
getServicePlanExternalName() |
boolean |
hasAdditionalProperties() |
boolean |
hasClusterServicePlanExternalID() |
boolean |
hasClusterServicePlanExternalName() |
int |
hashCode() |
boolean |
hasParameterChecksum() |
boolean |
hasParameters() |
boolean |
hasServicePlanExternalID() |
boolean |
hasServicePlanExternalName() |
boolean |
hasUserInfo() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromParameters(Map<String,Object> map) |
A |
removeFromParameters(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withClusterServicePlanExternalID(String clusterServicePlanExternalID) |
A |
withClusterServicePlanExternalName(String clusterServicePlanExternalName) |
ServiceInstancePropertiesStateFluent.UserInfoNested<A> |
withNewUserInfo() |
ServiceInstancePropertiesStateFluent.UserInfoNested<A> |
withNewUserInfoLike(UserInfo item) |
A |
withParameterChecksum(String parameterChecksum) |
<K,V> A |
withParameters(Map<String,Object> parameters) |
A |
withServicePlanExternalID(String servicePlanExternalID) |
A |
withServicePlanExternalName(String servicePlanExternalName) |
A |
withUserInfo(UserInfo userInfo) |