Class UserResourceWithMimeType

  • All Implemented Interfaces:
    com.unboundid.scim.sdk.SCIMResponse

    public class UserResourceWithMimeType
    extends com.unboundid.scim.data.UserResource
    Since:
    7.4
    Author:
    tiry
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.ws.rs.core.MediaType mt  
      • Fields inherited from class com.unboundid.scim.data.UserResource

        USER_RESOURCE_FACTORY
      • Fields inherited from class com.unboundid.scim.data.BaseResource

        BASE_RESOURCE_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      UserResourceWithMimeType​(com.unboundid.scim.data.UserResource source, javax.ws.rs.core.MediaType mt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.MediaType getMediaType()  
      • Methods inherited from class com.unboundid.scim.data.UserResource

        getAddresses, getDisplayName, getEmails, getEntitlements, getGroups, getIms, getLocale, getName, getNickName, getPassword, getPhoneNumbers, getPhotos, getPreferredLanguage, getProfileUrl, getRoles, getTimeZone, getTitle, getUserName, getUserType, isActive, setActive, setAddresses, setDisplayName, setEmails, setEntitlements, setGroups, setIms, setLocale, setName, setNickName, setPassword, setPhoneNumbers, setPhotos, setPreferredLanguage, setProfileUrl, setRoles, setTimeZone, setTitle, setUserName, setUserType
      • Methods inherited from class com.unboundid.scim.data.BaseResource

        equals, getAttributeValues, getExternalId, getId, getMeta, getResourceDescriptor, getScimObject, getSingularAttributeValue, hashCode, marshal, setAttributeValues, setExternalId, setId, setMeta, setSingularAttributeValue, toString
    • Field Detail

      • mt

        protected final javax.ws.rs.core.MediaType mt
    • Constructor Detail

      • UserResourceWithMimeType

        public UserResourceWithMimeType​(com.unboundid.scim.data.UserResource source,
                                        javax.ws.rs.core.MediaType mt)
    • Method Detail

      • getMediaType

        public javax.ws.rs.core.MediaType getMediaType()