@Generated(value="org.immutables.processor.ProxyProcessor") public final class MixedActionsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MixedActionsRequest.Builder
Builds instances of type
MixedActionsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static MixedActionsRequest.Builder |
builder()
Creates a builder for
MixedActionsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
MixedActionsRequest that have equal attribute values. |
List<Action> |
getActions()
A list of actions to perform
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, actions. |
String |
toString()
Prints the immutable value
MixedActionsRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
MixedActionsRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, actions.public String toString()
MixedActionsRequest with attribute values.public static MixedActionsRequest.Builder builder()
MixedActionsRequest.
MixedActionsRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.action|addAllActions(org.cloudfoundry.uaa.clients.Action) // actions elements
.build();
Copyright © 2020. All rights reserved.