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