public final class CreateSpaceRequest extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSpaceRequest.CreateSpaceRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSpaceRequest.CreateSpaceRequestBuilder |
builder() |
boolean |
equals(Object o) |
String |
getName()
The name of the new space
|
String |
getOrganization()
The organization of the new space
|
String |
getSpaceQuota()
The space quota definition of the new space
|
int |
hashCode() |
ValidationResult |
isValid() |
String |
toString() |
public ValidationResult isValid()
isValid in interface Validatable@Generated(value="lombok") public static CreateSpaceRequest.CreateSpaceRequestBuilder builder()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public String getOrganization()
@Generated(value="lombok") public String getSpaceQuota()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.