Class AuthenticationQueryParams.Builder
- java.lang.Object
-
- com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder<P,B>
-
- com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder<AuthenticationQueryParams,AuthenticationQueryParams.Builder>
-
- com.cheetahdigital.corekit.authentication.core.api.AuthenticationQueryParams.Builder
-
- Enclosing class:
- AuthenticationQueryParams
public static final class AuthenticationQueryParams.Builder extends BaseListQueryParams.BaseListQueryBuilder<AuthenticationQueryParams,AuthenticationQueryParams.Builder>
Builder class forAuthenticationQueryParams
-
-
Field Summary
-
Fields inherited from class com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder
mQueryParams
-
-
Constructor Summary
Constructors Constructor Description Builder()
Default constructorBuilder(AuthenticationQueryParams queryParams)
Create a builder class from an existingAuthenticationQueryParams
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuthenticationQueryParams
createQueryParams()
Instantiates the implementation class-
Methods inherited from class com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder
addCategories, addCategory, setItemsPerPage, setLayout, setPage, setSortBy, setSortOrder
-
Methods inherited from class com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder
build, setId
-
-
-
-
Constructor Detail
-
Builder
public Builder(AuthenticationQueryParams queryParams)
Create a builder class from an existingAuthenticationQueryParams
- Parameters:
queryParams
- instance ofAuthenticationQueryParams
containing all parameters to be used
-
Builder
public Builder()
Default constructor
-
-
Method Detail
-
createQueryParams
protected AuthenticationQueryParams createQueryParams()
Description copied from class:BaseParams.BaseBuilder
Instantiates the implementation class- Specified by:
createQueryParams
in classBaseParams.BaseBuilder<AuthenticationQueryParams,AuthenticationQueryParams.Builder>
- Returns:
- implementation class of
BaseParams.BaseBuilder
-
-