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
Modifier 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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic CreateGroupResponse.UserStatus.UserStatusBuilder<?,
?> builder()
protected boolean
boolean
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
-
getStatusMessage
-
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
-