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