Class FindRolesRequest
Object
PagedRequest
FindRolesRequest
- All Implemented Interfaces:
Serializable
Represents the search criteria to find a role.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enum -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FindRolesRequest.Builderbuilder()protected booleanbooleanThe description of the role to search for.Deprecated.getName()The name of the role to search for.The match mode used to comparename.RoleRequestSortFieldgetType()Indicates which type of roles should be searched for.inthashCode()booleanvoidsetDescription(String description) The description of the role to search for.voidDeprecated.voidsetIncludeDisabled(boolean includeDisabled) voidThe name of the role to search for.voidsetNameMatchMode(MatchMode nameMatchMode) The match mode used to comparename.voidsetOwnerId(UUID ownerId) voidsetRoleInheritanceMode(FindRolesRequest.RoleInheritanceMode roleInheritanceMode) voidsetSortField(RoleRequestSortField sortField) voidsetSortOrder(SortOrder sortOrder) voidsetSystemName(String systemName) voidIndicates 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
-
isIncludeDisabled
public boolean isIncludeDisabled() -
getSystemName
-
getType
Indicates which type of roles should be searched for. Usage is mutually exclusive with the deprecatedglobalflag. -
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
-
setIncludeDisabled
public void setIncludeDisabled(boolean includeDisabled) -
setSystemName
-
setType
Indicates which type of roles should be searched for. Usage is mutually exclusive with the deprecatedglobalflag. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-