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