@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GoogleChatCreateOrganizationHandleRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GoogleChatCreateOrganizationHandleRequest() |
GoogleChatCreateOrganizationHandleRequest(GoogleChatCreateOrganizationHandleRequestData data,
GoogleChatOrganizationHandleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_TYPE
public GoogleChatCreateOrganizationHandleRequest()
public GoogleChatCreateOrganizationHandleRequest(GoogleChatCreateOrganizationHandleRequestData data, GoogleChatOrganizationHandleType type)
public GoogleChatCreateOrganizationHandleRequest data(GoogleChatCreateOrganizationHandleRequestData data)
public GoogleChatCreateOrganizationHandleRequestData getData()
public void setData(GoogleChatCreateOrganizationHandleRequestData data)
public GoogleChatCreateOrganizationHandleRequest type(GoogleChatOrganizationHandleType type)
public GoogleChatOrganizationHandleType getType()
public void setType(GoogleChatOrganizationHandleType type)
public GoogleChatCreateOrganizationHandleRequest 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 © 2026. All rights reserved.