@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuthNMappingCreateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AuthNMappingCreateData() |
AuthNMappingCreateData(AuthNMappingsType type) |
| Modifier and Type | Method and Description |
|---|---|
AuthNMappingCreateData |
attributes(AuthNMappingCreateAttributes attributes) |
boolean |
equals(Object o)
Return true if this AuthNMappingCreateData 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.
|
AuthNMappingCreateAttributes |
getAttributes()
Key/Value pair of attributes used for create request.
|
AuthNMappingCreateRelationships |
getRelationships()
Relationship of AuthN Mapping create object to a Role or Team.
|
AuthNMappingsType |
getType()
AuthN Mappings resource type.
|
int |
hashCode() |
AuthNMappingCreateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AuthNMappingCreateData |
relationships(AuthNMappingCreateRelationships relationships) |
void |
setAttributes(AuthNMappingCreateAttributes attributes) |
void |
setRelationships(AuthNMappingCreateRelationships relationships) |
void |
setType(AuthNMappingsType type) |
String |
toString() |
AuthNMappingCreateData |
type(AuthNMappingsType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public AuthNMappingCreateData()
public AuthNMappingCreateData(AuthNMappingsType type)
public AuthNMappingCreateData attributes(AuthNMappingCreateAttributes attributes)
@Nullable public AuthNMappingCreateAttributes getAttributes()
public void setAttributes(AuthNMappingCreateAttributes attributes)
public AuthNMappingCreateData relationships(AuthNMappingCreateRelationships relationships)
@Nullable public AuthNMappingCreateRelationships getRelationships()
public void setRelationships(AuthNMappingCreateRelationships relationships)
public AuthNMappingCreateData type(AuthNMappingsType type)
public AuthNMappingsType getType()
public void setType(AuthNMappingsType type)
public AuthNMappingCreateData putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.