Package com.liferay.scim.rest.dto.v1_0
Class QueryAttributes
java.lang.Object
com.liferay.scim.rest.dto.v1_0.QueryAttributes
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]getCount()String[]inthashCode()voidsetAttributes(com.liferay.petra.function.UnsafeSupplier<String[], Exception> attributesUnsafeSupplier) voidsetAttributes(String[] attributes) voidvoidvoidsetExcludedAttributes(com.liferay.petra.function.UnsafeSupplier<String[], Exception> excludedAttributesUnsafeSupplier) voidsetExcludedAttributes(String[] excludedAttributes) voidvoidvoidvoidvoidsetSortOrder(com.liferay.petra.function.UnsafeSupplier<String, Exception> sortOrderUnsafeSupplier) voidsetSortOrder(String sortOrder) voidsetStartIndex(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> startIndexUnsafeSupplier) voidsetStartIndex(Integer startIndex) static QueryAttributestoString()static QueryAttributesunsafeToDTO(String json)
-
Field Details
-
attributes
-
count
-
excludedAttributes
-
filter
-
sortBy
-
sortOrder
-
startIndex
-
xClassName
-
-
Constructor Details
-
QueryAttributes
public QueryAttributes()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAttributes
-
setAttributes
-
setAttributes
-
getCount
-
setCount
-
setCount
-
getExcludedAttributes
-
setExcludedAttributes
-
setExcludedAttributes
-
getFilter
-
setFilter
-
setFilter
-
getSortBy
-
setSortBy
-
setSortBy
-
getSortOrder
-
setSortOrder
-
setSortOrder
-
getStartIndex
-
setStartIndex
-
setStartIndex
-
equals
-
hashCode
public int hashCode() -
toString
-