Class SchemaQuery
java.lang.Object
org.apache.syncope.common.rest.api.beans.SchemaQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.syncope.common.lib.types.SchemaTypegetType()inthashCode()voidsetAnyTypeClasses(List<String> anyTypeClasses) voidsetKeyword(String keyword) voidsetType(org.apache.syncope.common.lib.types.SchemaType type)
-
Constructor Details
-
SchemaQuery
public SchemaQuery()
-
-
Method Details
-
getType
public org.apache.syncope.common.lib.types.SchemaType getType() -
setType
@NotNull @PathParam("type") public void setType(org.apache.syncope.common.lib.types.SchemaType type) -
getAnyTypeClasses
-
setAnyTypeClasses
-
getKeyword
-
setKeyword
-
equals
-
hashCode
public int hashCode()
-