Class BeaconsParams
- java.lang.Object
 - 
- com.cheetahdigital.corekit.rest.params.BaseParams
 - 
- com.cheetahdigital.corekit.rest.params.BaseListQueryParams
 - 
- com.cheetahdigital.beacons.core.api.BeaconsParams
 
 
 
 
- 
- All Implemented Interfaces:
 android.os.Parcelable
public class BeaconsParams extends BaseListQueryParams
Class for setting the query parameters of Beacon API AllNullableparameters means you can remove the parameter by passing anullvalue. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBeaconsParams.Builder- 
Nested classes/interfaces inherited from class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
BaseListQueryParams.BaseListQueryBuilder<P extends BaseListQueryParams,B extends BaseListQueryParams.BaseListQueryBuilder> 
- 
Nested classes/interfaces inherited from class com.cheetahdigital.corekit.rest.params.BaseParams
BaseParams.BaseBuilder<T extends BaseParams,B extends BaseParams.BaseBuilder> 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<BeaconsParams>CREATOR- 
Fields inherited from class com.cheetahdigital.corekit.rest.params.BaseParams
mId, mQueryMap 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BeaconsParams()BeaconsParams(android.os.Parcel in) 
- 
Method Summary
- 
Methods inherited from class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
addCategories, addCategory, clearCategories, describeContents, getCategories, getItemsPerPage, getLayout, getPage, getSortBy, getSortOrder, removeCategory, setItemsPerPage, setLayout, setPage, setSortBy, setSortOrder, writeToParcel 
- 
Methods inherited from class com.cheetahdigital.corekit.rest.params.BaseParams
addParam, getAccessToken, getId, getParam, getQueryMap, setAccessToken, setId 
 - 
 
 - 
 
- 
- 
Field Detail
- 
CREATOR
public static final android.os.Parcelable.Creator<BeaconsParams> CREATOR
 
 - 
 
 -