Class FindRolesRequest
Object
PagedRequest
FindRolesRequest
- All Implemented Interfaces:
Serializable
Represents the search criteria to find a role.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static enum
-
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FindRolesRequest.Builder
builder()
protected boolean
boolean
The description of the role to search for.Deprecated.getName()
The name of the role to search for.The match mode used to comparename
.RoleRequestSortField
getType()
Indicates which type of roles should be searched for.int
hashCode()
void
setDescription
(String description) The description of the role to search for.void
Deprecated.void
The name of the role to search for.void
setNameMatchMode
(MatchMode nameMatchMode) The match mode used to comparename
.void
setOwnerId
(UUID ownerId) void
setRoleInheritanceMode
(FindRolesRequest.RoleInheritanceMode roleInheritanceMode) void
setSortField
(RoleRequestSortField sortField) void
setSortOrder
(SortOrder sortOrder) void
Indicates which type of roles should be searched for.toString()
Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindRolesRequest
public FindRolesRequest()
-
-
Method Details
-
builder
-
getName
The name of the role to search for. -
getNameMatchMode
The match mode used to comparename
. The search is case-insensitive. -
getDescription
The description of the role to search for. -
getGlobal
Deprecated.Whether global roles should be searched for. -
getOwnerId
-
getRoleInheritanceMode
-
getSortField
public RoleRequestSortField getSortField() -
getSortOrder
-
getType
Indicates which type of roles should be searched for. Usage is mutually exclusive with the deprecatedglobal
flag. -
setName
The name of the role to search for. -
setNameMatchMode
The match mode used to comparename
. The search is case-insensitive. -
setDescription
The description of the role to search for. -
setGlobal
Deprecated.Whether global roles should be searched for. -
setOwnerId
-
setRoleInheritanceMode
-
setSortField
public void setSortField(RoleRequestSortField sortField) -
setSortOrder
-
setType
Indicates which type of roles should be searched for. Usage is mutually exclusive with the deprecatedglobal
flag. -
equals
- Overrides:
equals
in classPagedRequest
-
canEqual
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-
toString
- Overrides:
toString
in classPagedRequest
-