Class FindAttributeTypesRequest
Object
PagedRequest
FindAttributeTypesRequest
- All Implemented Interfaces:
Serializable
The search criteria for Attribute Types.
Only parameters that are specified in this request and do not have null values are used for
filtering. All other parameters are ignored.
The returned Attribute Types satisfy all constraints that are specified in these search criteria.
By default, a result containing at most 1000 Attribute Types is returned.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDeprecated.This method will be removed in the future.Whether only integer-type Attribute Types should be searched or not.getKind()The kind of the Attribute Type to search for.Deprecated.This parameter will be removed from the next major release, and has no effect.getName()The name of the Attribute Type to search for.The match mode used to comparename.The field that should be used as reference for sorting.The order of sorting.Whether the Attribute Types should be searched with statistics enabled or not.inthashCode()voidsetInteger(Boolean integer) Deprecated.This method will be removed in the future.voidsetIsInteger(Boolean isInteger) Whether only integer-type Attribute Types should be searched or not.voidsetKind(AttributeKind kind) The kind of the Attribute Type to search for.voidsetLanguage(String language) Deprecated.This parameter will be removed from the next major release, and has no effect.voidThe name of the Attribute Type to search for.voidsetNameMatchMode(MatchMode nameMatchMode) The match mode used to comparename.voidsetSortField(FindAttributeTypesRequest.SortField sortField) The field that should be used as reference for sorting.voidsetSortOrder(SortOrder sortOrder) The order of sorting.voidsetStatisticsEnabled(Boolean statisticsEnabled) Whether the Attribute Types should be searched with statistics enabled or not.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindAttributeTypesRequest
public FindAttributeTypesRequest()
-
-
Method Details
-
getInteger
Deprecated.This method will be removed in the future. Please usegetIsInteger(). -
setInteger
Deprecated.This method will be removed in the future. Please usesetIsInteger(Boolean).Sets whether only integer-type Attribute Types should be searched or not.- Parameters:
integer- a boolean indicating whether only integer-type Attribute Types should be searched or not
-
builder
-
getName
The name of the Attribute Type to search for. -
getNameMatchMode
The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive. -
getKind
The kind of the Attribute Type to search for. -
getLanguage
Deprecated.This parameter will be removed from the next major release, and has no effect.The language of the Attribute Type to search for. -
getStatisticsEnabled
Whether the Attribute Types should be searched with statistics enabled or not. This property is only applicable to Attribute Types of kind "Numeric" or "Boolean". -
getIsInteger
Whether only integer-type Attribute Types should be searched or not. This property is only applicable to Attribute Types of kind "Numeric". -
getSortField
The field that should be used as reference for sorting. -
getSortOrder
The order of sorting. -
setName
The name of the Attribute Type to search for. -
setNameMatchMode
The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive. -
setKind
The kind of the Attribute Type to search for. -
setLanguage
Deprecated.This parameter will be removed from the next major release, and has no effect.The language of the Attribute Type to search for. -
setStatisticsEnabled
Whether the Attribute Types should be searched with statistics enabled or not. This property is only applicable to Attribute Types of kind "Numeric" or "Boolean". -
setIsInteger
Whether only integer-type Attribute Types should be searched or not. This property is only applicable to Attribute Types of kind "Numeric". -
setSortField
The field that should be used as reference for sorting. -
setSortOrder
The order of sorting. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-