Class AdminAppsApproveRequest

    • Method Detail

      • getAppId

        public String getAppId()
        The id of the app to approve.
      • getRequestId

        public String getRequestId()
        The id of the request to approve.
      • getTeamId

        public String getTeamId()
        Workspace Id
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setAppId

        public void setAppId​(String appId)
        The id of the app to approve.
      • setRequestId

        public void setRequestId​(String requestId)
        The id of the request to approve.
      • setTeamId

        public void setTeamId​(String teamId)
        Workspace Id
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object