Package com.atlan.model.admin
Class CreateGroupResponse.UserStatus
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.CreateGroupResponse.UserStatus
- All Implemented Interfaces:
Serializable
- Enclosing class:
CreateGroupResponse
Status of the user being added to the group during its creation.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreateGroupResponse.UserStatus.UserStatusBuilder<C extends CreateGroupResponse.UserStatus,B extends CreateGroupResponse.UserStatus.UserStatusBuilder<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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateGroupResponse.UserStatus.UserStatusBuilder<?, ?> builder()protected booleanbooleanResponse code for the association (200 is success).Status message for the association (successmeans the association was successful).inthashCode()toString()booleanIndicates whether the association was made successfully (true) or not (false).Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
UserStatus
-
-
Method Details
-
wasSuccessful
public boolean wasSuccessful()Indicates whether the association was made successfully (true) or not (false). -
builder
-
toBuilder
-
getStatus
Response code for the association (200 is success). -
getStatusMessage
Status message for the association (successmeans the association was successful). -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-