Class InfoQueryParams

  • All Implemented Interfaces:
    android.os.Parcelable

    public class InfoQueryParams
    extends BaseListQueryParams
    Class for setting the query parameters of Info API. All Nullable parameters means you can remove the parameter by passing a null value.
    • Constructor Detail

      • InfoQueryParams

        public InfoQueryParams()
    • Method Detail

      • setClientId

        public void setClientId​(@Nullable
                                java.lang.String clientId)
        Set the client id of the environment
        Parameters:
        clientId - client id of the environment
      • getClientId

        @Nullable
        public java.lang.String getClientId()
        Get the current client id
        Returns:
        client id stored
      • setClientSecret

        public void setClientSecret​(@Nullable
                                    java.lang.String clientSecret)
        Set the client secret of the environment
        Parameters:
        clientSecret - client secret of the environment
      • getClientSecret

        @Nullable
        public java.lang.String getClientSecret()
        Get the current client secret
        Returns:
        client secret stored