@Generated(value={"Immutables.generator","_AddMemberResponse"}) public final class AddMemberResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddMemberResponse.Builder
Builds instances of type
AddMemberResponse. |
| Modifier and Type | Method and Description |
|---|---|
static AddMemberResponse.Builder |
builder()
Creates a builder for
AddMemberResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
AddMemberResponse 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
AddMemberResponse with attribute values. |
public String getMemberId()
public Optional<String> getOrigin()
public Optional<MemberType> getType()
public boolean equals(Object another)
AddMemberResponse that have equal attribute values.public int hashCode()
memberId, origin, type.public String toString()
AddMemberResponse with attribute values.public static AddMemberResponse.Builder builder()
AddMemberResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.