Class InstallationRequestSearchParams
- java.lang.Object
-
- org.gbif.api.model.common.paging.PageableBase
-
- org.gbif.api.model.registry.search.RequestSearchParams
-
- org.gbif.api.model.registry.search.InstallationRequestSearchParams
-
- All Implemented Interfaces:
Pageable
public class InstallationRequestSearchParams extends RequestSearchParams
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gbif.api.model.common.paging.Pageable
Pageable.OffsetLimitParameters
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENDORSED_BY_PARAM
static String
INSTALLATION_TYPE_PARAM
static String
ORGANIZATION_KEY_PARAM
-
Fields inherited from class org.gbif.api.model.registry.search.RequestSearchParams
IDENTIFIER_PARAM, IDENTIFIER_TYPE_PARAM, MACHINE_TAG_NAME_PARAM, MACHINE_TAG_NAMESPACE_PARAM, MACHINE_TAG_VALUE_PARAM, MODIFIED_PARAM, Q_PARAM
-
-
Constructor Summary
Constructors Constructor Description InstallationRequestSearchParams()
-
Method Summary
-
Methods inherited from class org.gbif.api.model.registry.search.RequestSearchParams
getPage, setPage
-
Methods inherited from class org.gbif.api.model.common.paging.PageableBase
addOffset, copyPagingValues, equals, getLimit, getOffset, hashCode, setLimit, setOffset, toString
-
-
-
-
Field Detail
-
INSTALLATION_TYPE_PARAM
public static final String INSTALLATION_TYPE_PARAM
- See Also:
- Constant Field Values
-
ORGANIZATION_KEY_PARAM
public static final String ORGANIZATION_KEY_PARAM
- See Also:
- Constant Field Values
-
ENDORSED_BY_PARAM
public static final String ENDORSED_BY_PARAM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InstallationRequestSearchParams
public InstallationRequestSearchParams()
-
-