@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteSpaceQuotaDefinitionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteSpaceQuotaDefinitionRequest.Builder
Builds instances of type
DeleteSpaceQuotaDefinitionRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteSpaceQuotaDefinitionRequest.Builder |
builder()
Creates a builder for
DeleteSpaceQuotaDefinitionRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteSpaceQuotaDefinitionRequest that have equal attribute values. |
Boolean |
getAsync()
If true, a new asynchronous job is submitted to perform the operation and the job id is included in the response
|
String |
getSpaceQuotaDefinitionId()
The space quota definition id
|
int |
hashCode()
Computes a hash code from attributes:
async, spaceQuotaDefinitionId. |
String |
toString()
Prints the immutable value
DeleteSpaceQuotaDefinitionRequest with attribute values. |
public Boolean getAsync()
public String getSpaceQuotaDefinitionId()
public boolean equals(Object another)
DeleteSpaceQuotaDefinitionRequest that have equal attribute values.public int hashCode()
async, spaceQuotaDefinitionId.public String toString()
DeleteSpaceQuotaDefinitionRequest with attribute values.public static DeleteSpaceQuotaDefinitionRequest.Builder builder()
DeleteSpaceQuotaDefinitionRequest.
DeleteSpaceQuotaDefinitionRequest.builder()
.async(Boolean | null) // nullable async
.spaceQuotaDefinitionId(String) // required spaceQuotaDefinitionId
.build();
Copyright © 2020. All rights reserved.