Class ExecListQuery
- java.lang.Object
-
- org.apache.syncope.common.rest.api.beans.AbstractQuery
-
- org.apache.syncope.common.rest.api.beans.ExecListQuery
-
- All Implemented Interfaces:
Serializable
public class ExecListQuery extends AbstractQuery
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecListQuery.Builder
-
Constructor Summary
Constructors Constructor Description ExecListQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKey()inthashCode()voidsetKey(String key)-
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
getOrderBy, getPage, getSize, setOrderBy, setPage, setSize
-
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
@NotNull @PathParam("key") public void setKey(String key)
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractQuery
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractQuery
-
-