Class ResourceType


  • public class ResourceType
    extends BaseScimResource
    This class is used to specify metadata about a resource type. It's the key class for representing the output of the /ResourceTypes endpoint. For more about this resource type see RFC 7643, section 6.
    • Constructor Detail

      • ResourceType

        public ResourceType()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getEndpoint

        public String getEndpoint()
      • setEndpoint

        public void setEndpoint​(String endpoint)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getSchema

        public String getSchema()
      • setSchema

        public void setSchema​(String schema)