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