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