@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FormDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTIVE |
static String |
JSON_PROPERTY_ANONYMOUS |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DATASTORE_CONFIG |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_END_DATE |
static String |
JSON_PROPERTY_HAS_SUBMITTED |
static String |
JSON_PROPERTY_IDP_SURVEY |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_PUBLICATION |
static String |
JSON_PROPERTY_SELF_SERVICE |
static String |
JSON_PROPERTY_SINGLE_RESPONSE |
static String |
JSON_PROPERTY_USER_ID |
static String |
JSON_PROPERTY_USER_UUID |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
FormDataAttributes() |
FormDataAttributes(Boolean active,
Boolean anonymous,
OffsetDateTime createdAt,
FormDatastoreConfigAttributes datastoreConfig,
String description,
Boolean idpSurvey,
OffsetDateTime modifiedAt,
String name,
Long orgId,
Boolean selfService,
Boolean singleResponse,
Long userId,
UUID userUuid) |
| Modifier and Type | Method and Description |
|---|---|
FormDataAttributes |
active(Boolean active) |
FormDataAttributes |
anonymous(Boolean anonymous) |
FormDataAttributes |
createdAt(OffsetDateTime createdAt) |
FormDataAttributes |
datastoreConfig(FormDatastoreConfigAttributes datastoreConfig) |
FormDataAttributes |
description(String description) |
FormDataAttributes |
endDate(OffsetDateTime endDate) |
boolean |
equals(Object o)
Return true if this FormDataAttributes object is equal to o.
|
Boolean |
getActive()
Whether the form is currently active.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getAnonymous()
Whether the form accepts anonymous submissions.
|
OffsetDateTime |
getCreatedAt()
The time at which the form was created.
|
FormDatastoreConfigAttributes |
getDatastoreConfig()
The datastore configuration for a form.
|
String |
getDescription()
The description of the form.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getEndDate_JsonNullable() |
OffsetDateTime |
getEndDate()
The date and time at which the form stops accepting responses.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getHasSubmitted_JsonNullable() |
Boolean |
getHasSubmitted()
Whether the current user has already submitted this form.
|
Boolean |
getIdpSurvey()
Whether the form is an IDP survey.
|
OffsetDateTime |
getModifiedAt()
The time at which the form was last modified.
|
String |
getName()
The name of the form.
|
Long |
getOrgId()
The ID of the organization that owns this form.
|
FormPublicationAttributes |
getPublication()
The attributes of a form publication.
|
Boolean |
getSelfService()
Whether the form is available in the self-service catalog.
|
Boolean |
getSingleResponse()
Whether each user can only submit one response.
|
Long |
getUserId()
The ID of the user who created this form.
|
UUID |
getUserUuid()
The UUID of the user who created this form.
|
FormVersionAttributes |
getVersion()
The attributes of a form version.
|
int |
hashCode() |
FormDataAttributes |
hasSubmitted(Boolean hasSubmitted) |
FormDataAttributes |
idpSurvey(Boolean idpSurvey) |
FormDataAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
FormDataAttributes |
name(String name) |
FormDataAttributes |
orgId(Long orgId) |
FormDataAttributes |
publication(FormPublicationAttributes publication) |
FormDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FormDataAttributes |
selfService(Boolean selfService) |
void |
setActive(Boolean active) |
void |
setAnonymous(Boolean anonymous) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDatastoreConfig(FormDatastoreConfigAttributes datastoreConfig) |
void |
setDescription(String description) |
void |
setEndDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> endDate) |
void |
setEndDate(OffsetDateTime endDate) |
void |
setHasSubmitted_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> hasSubmitted) |
void |
setHasSubmitted(Boolean hasSubmitted) |
void |
setIdpSurvey(Boolean idpSurvey) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
void |
setOrgId(Long orgId) |
void |
setPublication(FormPublicationAttributes publication) |
void |
setSelfService(Boolean selfService) |
void |
setSingleResponse(Boolean singleResponse) |
void |
setUserId(Long userId) |
void |
setUserUuid(UUID userUuid) |
void |
setVersion(FormVersionAttributes version) |
FormDataAttributes |
singleResponse(Boolean singleResponse) |
String |
toString() |
FormDataAttributes |
userId(Long userId) |
FormDataAttributes |
userUuid(UUID userUuid) |
FormDataAttributes |
version(FormVersionAttributes version) |
public boolean unparsed
public static final String JSON_PROPERTY_ACTIVE
public static final String JSON_PROPERTY_ANONYMOUS
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DATASTORE_CONFIG
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_END_DATE
public static final String JSON_PROPERTY_HAS_SUBMITTED
public static final String JSON_PROPERTY_IDP_SURVEY
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_PUBLICATION
public static final String JSON_PROPERTY_SELF_SERVICE
public static final String JSON_PROPERTY_SINGLE_RESPONSE
public static final String JSON_PROPERTY_USER_ID
public static final String JSON_PROPERTY_USER_UUID
public static final String JSON_PROPERTY_VERSION
public FormDataAttributes()
public FormDataAttributes(Boolean active, Boolean anonymous, OffsetDateTime createdAt, FormDatastoreConfigAttributes datastoreConfig, String description, Boolean idpSurvey, OffsetDateTime modifiedAt, String name, Long orgId, Boolean selfService, Boolean singleResponse, Long userId, UUID userUuid)
public FormDataAttributes active(Boolean active)
public Boolean getActive()
public void setActive(Boolean active)
public FormDataAttributes anonymous(Boolean anonymous)
public Boolean getAnonymous()
public void setAnonymous(Boolean anonymous)
public FormDataAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public FormDataAttributes datastoreConfig(FormDatastoreConfigAttributes datastoreConfig)
public FormDatastoreConfigAttributes getDatastoreConfig()
public void setDatastoreConfig(FormDatastoreConfigAttributes datastoreConfig)
public FormDataAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public FormDataAttributes endDate(OffsetDateTime endDate)
@Nullable public OffsetDateTime getEndDate()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getEndDate_JsonNullable()
public void setEndDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> endDate)
public void setEndDate(OffsetDateTime endDate)
public FormDataAttributes hasSubmitted(Boolean hasSubmitted)
@Nullable public Boolean getHasSubmitted()
single_response set to true.public org.openapitools.jackson.nullable.JsonNullable<Boolean> getHasSubmitted_JsonNullable()
public void setHasSubmitted_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> hasSubmitted)
public void setHasSubmitted(Boolean hasSubmitted)
public FormDataAttributes idpSurvey(Boolean idpSurvey)
public Boolean getIdpSurvey()
public void setIdpSurvey(Boolean idpSurvey)
public FormDataAttributes modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public FormDataAttributes name(String name)
public String getName()
public void setName(String name)
public FormDataAttributes orgId(Long orgId)
public Long getOrgId()
public void setOrgId(Long orgId)
public FormDataAttributes publication(FormPublicationAttributes publication)
@Nullable public FormPublicationAttributes getPublication()
public void setPublication(FormPublicationAttributes publication)
public FormDataAttributes selfService(Boolean selfService)
public Boolean getSelfService()
public void setSelfService(Boolean selfService)
public FormDataAttributes singleResponse(Boolean singleResponse)
public Boolean getSingleResponse()
public void setSingleResponse(Boolean singleResponse)
public FormDataAttributes userId(Long userId)
public Long getUserId()
public void setUserId(Long userId)
public FormDataAttributes userUuid(UUID userUuid)
public UUID getUserUuid()
public void setUserUuid(UUID userUuid)
public FormDataAttributes version(FormVersionAttributes version)
@Nullable public FormVersionAttributes getVersion()
public void setVersion(FormVersionAttributes version)
public FormDataAttributes 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.