public final class SpacePermissions
extends Object
| Constructor and Description |
|---|
SpacePermissions(CreateAppSubject createApp)
Creates a new
SpacePermissions instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CreateAppSubject |
getCreateApp()
The permission setting whether to allow only space administrators or users to create apps in
the space.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="createApp") public SpacePermissions(CreateAppSubject createApp)
SpacePermissions instance.createApp - The permission setting whether to allow only space administrators or users to create apps in
the space.public CreateAppSubject getCreateApp()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object