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