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