Package com.atlan.model.admin
Class CustomMetadataRequest
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AtlanRequest
com.atlan.model.admin.CustomMetadataRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CustomMetadataRequest.CustomMetadataRequestBuilder<C extends CustomMetadataRequest,
B extends CustomMetadataRequest.CustomMetadataRequestBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.admin.AtlanRequest
AtlanRequest.AtlanRequestBuilder<C extends AtlanRequest,
B extends AtlanRequest.AtlanRequestBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class com.atlan.model.admin.AtlanRequest
approve, approve, create, create, getAccessEndDate, getAccessStartDate, getApprovalType, getApprovedBy, getAssignedApprovers, getBotRunId, getConfidenceScore, getCreatedAt, getCreatedBy, getDestinationAttribute, getDestinationEntity, getDestinationGuid, getDestinationQualifiedName, getDestinationValue, getDestinationValueAction, getDestinationValueArray, getDestinationValueObject, getDestinationValueType, getEntityType, getHash, getId, getIsActive, getIsDuplicate, getMessage, getRejectedBy, getRequestApproverGroups, getRequestApproverRoles, getRequestApproverUsers, getRequestDenyGroups, getRequestDenyRoles, getRequestDenyUsers, getRequestsBatch, getSourceAttribute, getSourceEntity, getSourceGuid, getSourceQualifiedName, getStatus, getTenantId, getUpdatedAt, getVersion, list, list, reject, reject, retrieveByGuid, retrieveByGuid
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
REQUEST_TYPE
- See Also:
-
SOURCE_TYPE
- See Also:
-
-
Constructor Details
-
CustomMetadataRequest
-
-
Method Details
-
builder
-
toBuilder
-
getPayload
Custom metadata attributes and values that were requested. -
equals
- Overrides:
equals
in classAtlanRequest
-
canEqual
- Overrides:
canEqual
in classAtlanRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanRequest
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanRequest
-
getRequestType
Fixed requestType for custom metadata.- Overrides:
getRequestType
in classAtlanRequest
-
getSourceType
Fixed sourceType for custom metadata.- Overrides:
getSourceType
in classAtlanRequest
-