@Generated(value="org.immutables.processor.ProxyProcessor") public final class RemoveSpaceDeveloperRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveSpaceDeveloperRequest.Builder
Builds instances of type
RemoveSpaceDeveloperRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RemoveSpaceDeveloperRequest.Builder |
builder()
Creates a builder for
RemoveSpaceDeveloperRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RemoveSpaceDeveloperRequest 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
RemoveSpaceDeveloperRequest with attribute values. |
public String getDeveloperId()
public String getSpaceId()
public boolean equals(Object another)
RemoveSpaceDeveloperRequest that have equal attribute values.public int hashCode()
developerId, spaceId.public String toString()
RemoveSpaceDeveloperRequest with attribute values.public static RemoveSpaceDeveloperRequest.Builder builder()
RemoveSpaceDeveloperRequest.
RemoveSpaceDeveloperRequest.builder()
.developerId(String) // required developerId
.spaceId(String) // required spaceId
.build();
Copyright © 2020. All rights reserved.