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