@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetOrganizationDefaultDomainRequest extends Object
_GetOrganizationDefaultDomainRequest.
Use the builder to create immutable instances:
GetOrganizationDefaultDomainRequest.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOrganizationDefaultDomainRequest.Builder
Builds instances of type
GetOrganizationDefaultDomainRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetOrganizationDefaultDomainRequest.Builder |
builder()
Creates a builder for
GetOrganizationDefaultDomainRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetOrganizationDefaultDomainRequest that have equal attribute values. |
String |
getOrganizationId()
The organization id
|
int |
hashCode()
Computes a hash code from attributes:
organizationId. |
String |
toString()
Prints the immutable value
GetOrganizationDefaultDomainRequest with attribute values. |
public String getOrganizationId()
public boolean equals(Object another)
GetOrganizationDefaultDomainRequest that have equal attribute values.public int hashCode()
organizationId.public String toString()
GetOrganizationDefaultDomainRequest with attribute values.public static GetOrganizationDefaultDomainRequest.Builder builder()
GetOrganizationDefaultDomainRequest.
GetOrganizationDefaultDomainRequest.builder()
.organizationId(String) // required organizationId
.build();
Copyright © 2020. All rights reserved.