@Generated(value={"Immutables.generator","_AddMemberRequest"}) public final class AddMemberRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddMemberRequest.Builder
Builds instances of type
AddMemberRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AddMemberRequest.Builder |
builder()
Creates a builder for
AddMemberRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AddMemberRequest that have equal attribute values. |
String |
getGroupId()
The group id
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
String |
getMemberId()
Globally unique identifier of the member, either a user ID or another group ID
|
String |
getOrigin()
The alias of the identity provider that authenticated this user.
|
MemberType |
getType()
The member type
|
int |
hashCode()
Computes a hash code from attributes:
groupId, memberId, origin, type, identityZoneId, identityZoneSubdomain. |
String |
toString()
Prints the immutable value
AddMemberRequest with attribute values. |
public String getGroupId()
public String getMemberId()
public String getOrigin()
public MemberType getType()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
AddMemberRequest that have equal attribute values.public int hashCode()
groupId, memberId, origin, type, identityZoneId, identityZoneSubdomain.public String toString()
AddMemberRequest with attribute values.public static AddMemberRequest.Builder builder()
AddMemberRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.