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 class
CreateGroupResponse.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 boolean
boolean
Response code for the association (200 is success).Status message for the association (success
means the association was successful).int
hashCode()
toString()
boolean
Indicates 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 (success
means the association was successful). -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-