Class RolePermission
java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.RolePermission
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
getId()
getLabel()
getScope()
int
hashCode()
void
setActionIds
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> actionIdsUnsafeSupplier) void
setActionIds
(String[] actionIds) void
void
void
void
void
setPrimaryKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> primaryKeyUnsafeSupplier) void
setPrimaryKey
(String primaryKey) void
setResourceName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> resourceNameUnsafeSupplier) void
setResourceName
(String resourceName) void
void
void
void
static RolePermission
toString()
static RolePermission
unsafeToDTO
(String json)
-
Field Details
-
actionIds
-
id
-
label
-
-
resourceName
-
roleId
-
scope
-
xClassName
-
-
Constructor Details
-
RolePermission
public RolePermission()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActionIds
-
setActionIds
-
setActionIds
-
getId
-
setId
-
setId
-
getLabel
-
setLabel
-
setLabel
-
getPrimaryKey
-
setPrimaryKey
-
setPrimaryKey
-
getResourceName
-
setResourceName
-
setResourceName
-
getRoleId
-
setRoleId
-
setRoleId
-
getScope
-
setScope
-
setScope
-
equals
-
hashCode
public int hashCode() -
toString
-