All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
boolean |
equals(Object o)
Return true if this WebIntegrationAccountCreateRequestAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getName()
A human-readable name for the account.
|
Map<String,Object> |
getSecrets()
Integration-specific secrets.
|
Map<String,Object> |
getSettings()
Integration-specific settings.
|
int |
hashCode() |
WebIntegrationAccountCreateRequestAttributes |
name(String name) |
WebIntegrationAccountCreateRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
WebIntegrationAccountCreateRequestAttributes |
putSecretsItem(String key,
Object secretsItem) |
WebIntegrationAccountCreateRequestAttributes |
putSettingsItem(String key,
Object settingsItem) |
WebIntegrationAccountCreateRequestAttributes |
secrets(Map<String,Object> secrets) |
void |
setName(String name) |
void |
setSecrets(Map<String,Object> secrets) |
void |
setSettings(Map<String,Object> settings) |
WebIntegrationAccountCreateRequestAttributes |
settings(Map<String,Object> settings) |
String |
toString() |