Class ChallengeHeaders

  • All Implemented Interfaces:
    android.os.Parcelable

    public class ChallengeHeaders
    extends com.cheetahdigital.corekit.rest.params.BaseParams
    Class for setting the headers of Challenges API All Nullable parameters means you can remove the parameter by passing a null value.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ChallengeHeaders.Builder
      Builder class for ChallengeHeaders
      • Nested classes/interfaces inherited from class com.cheetahdigital.corekit.rest.params.BaseParams

        com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder<T extends com.cheetahdigital.corekit.rest.params.BaseParams,​B extends com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder>
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      • Fields inherited from class com.cheetahdigital.corekit.rest.params.BaseParams

        CREATOR, mId, mQueryMap
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocation()
      Returns the location
      void setLocation​(java.lang.String latLong)
      Set the location
      • Methods inherited from class com.cheetahdigital.corekit.rest.params.BaseParams

        addParam, describeContents, getAccessToken, getId, getParam, getQueryMap, setAccessToken, setId, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChallengeHeaders

        public ChallengeHeaders()
    • Method Detail

      • setLocation

        public void setLocation​(java.lang.String latLong)
        Set the location
        Parameters:
        latLong - latitude and longitude
      • getLocation

        public java.lang.String getLocation()
        Returns the location
        Returns:
        location