Class AppsPermissionsRequestRequest

    • Method Detail

      • getTriggerId

        public String getTriggerId()
        Token used to trigger the permissions API
      • getScopes

        public List<String> getScopes()
        A comma separated list of scopes to request for
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `none`
      • setTriggerId

        public void setTriggerId​(String triggerId)
        Token used to trigger the permissions API
      • setScopes

        public void setScopes​(List<String> scopes)
        A comma separated list of scopes to request for
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object