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