@Generated(value="org.immutables.processor.ProxyProcessor") public final class RemoveMemberResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveMemberResponse.Builder
Builds instances of type
RemoveMemberResponse. |
| Modifier and Type | Method and Description |
|---|---|
static RemoveMemberResponse.Builder |
builder()
Creates a builder for
RemoveMemberResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
RemoveMemberResponse 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
RemoveMemberResponse with attribute values. |
public String getMemberId()
public Optional<String> getOrigin()
public Optional<MemberType> getType()
public boolean equals(Object another)
RemoveMemberResponse that have equal attribute values.public int hashCode()
memberId, origin, type.public String toString()
RemoveMemberResponse with attribute values.public static RemoveMemberResponse.Builder builder()
RemoveMemberResponse.
RemoveMemberResponse.builder()
.memberId(String) // required memberId
.origin(String) // optional origin
.type(org.cloudfoundry.uaa.groups.MemberType) // optional type
.build();
Copyright © 2020. All rights reserved.