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