Class AuthorizeClientDeviceActionRequest

    • Constructor Detail

      • AuthorizeClientDeviceActionRequest

        public AuthorizeClientDeviceActionRequest()
    • Method Detail

      • getClientDeviceAuthToken

        public String getClientDeviceAuthToken()
        The session token for the client device from GetClientDeviceAuthToken.
      • setClientDeviceAuthToken

        public void setClientDeviceAuthToken​(String clientDeviceAuthToken)
        The session token for the client device from GetClientDeviceAuthToken.
      • withClientDeviceAuthToken

        public AuthorizeClientDeviceActionRequest withClientDeviceAuthToken​(String clientDeviceAuthToken)
        The session token for the client device from GetClientDeviceAuthToken.
      • getOperation

        public String getOperation()
        The operation to authorize.
      • setOperation

        public void setOperation​(String operation)
        The operation to authorize.
      • getResource

        public String getResource()
        The resource the client device performs the operation on.
      • setResource

        public void setResource​(String resource)
        The resource the client device performs the operation on.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object