@Immutable public class PlanPermissionsProperties extends Object implements RootEntityProperties
Constructor and Description |
---|
PlanPermissionsProperties(PlanIdentifier planIdentifier,
Permissions permissions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PermissionsProperties |
getPermissions() |
PlanIdentifierProperties |
getPlanIdentifier() |
int |
hashCode() |
String |
humanReadableId()
Entity type and id representation that is shown to human.
|
String |
humanReadableType()
Entity type that is shown to human.
|
void |
validate() |
public PlanPermissionsProperties(@NotNull PlanIdentifier planIdentifier, @NotNull Permissions permissions) throws PropertiesValidationException
PropertiesValidationException
public void validate() throws PropertiesValidationException
validate
in interface EntityProperties
PropertiesValidationException
public PlanIdentifierProperties getPlanIdentifier()
public PermissionsProperties getPermissions()
@NotNull public String humanReadableType()
RootEntityProperties
humanReadableType
in interface RootEntityProperties
public String humanReadableId()
RootEntityProperties
humanReadableId
in interface RootEntityProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.