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(ServiceBindingPropertiesState instance) |
ServiceBindingPropertiesStateFluent.UserInfoNested<A> |
editOrNewUserInfo() |
ServiceBindingPropertiesStateFluent.UserInfoNested<A> |
editOrNewUserInfoLike(UserInfo item) |
ServiceBindingPropertiesStateFluent.UserInfoNested<A> |
editUserInfo() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getParameterChecksum() |
Map<String,Object> |
getParameters() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasParameterChecksum() |
boolean |
hasParameters() |
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) |
ServiceBindingPropertiesStateFluent.UserInfoNested<A> |
withNewUserInfo() |
ServiceBindingPropertiesStateFluent.UserInfoNested<A> |
withNewUserInfoLike(UserInfo item) |
A |
withParameterChecksum(String parameterChecksum) |
<K,V> A |
withParameters(Map<String,Object> parameters) |
A |
withUserInfo(UserInfo userInfo) |