@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListMembersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMembersRequest.Builder
Builds instances of type
ListMembersRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListMembersRequest.Builder |
builder()
Creates a builder for
ListMembersRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListMembersRequest that have equal attribute values. |
String |
getGroupId()
The group id
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
Boolean |
getReturnEntities()
Set to true to return the SCIM entities that have membership in the group
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, groupId, returnEntities. |
String |
toString()
Prints the immutable value
ListMembersRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public String getGroupId()
public Boolean getReturnEntities()
public boolean equals(Object another)
ListMembersRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, groupId, returnEntities.public String toString()
ListMembersRequest with attribute values.public static ListMembersRequest.Builder builder()
ListMembersRequest.
ListMembersRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.groupId(String) // required groupId
.returnEntities(Boolean | null) // nullable returnEntities
.build();
Copyright © 2020. All rights reserved.