Class APIScopeDTO


  • public class APIScopeDTO
    extends Object
    APIScopeDTO
    • Constructor Detail

      • APIScopeDTO

        public APIScopeDTO()
    • Method Detail

      • getScope

        public ScopeDTO getScope()
        Get scope
        Returns:
        scope
      • setScope

        public void setScope​(ScopeDTO scope)
      • isShared

        @Nullable
        public Boolean isShared()
        States whether scope is shared. This will not be honored when updating/adding scopes to APIs or when adding/updating Shared Scopes.
        Returns:
        shared
      • setShared

        public void setShared​(Boolean shared)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object