Class Meta

java.lang.Object
org.gluu.oxtrust.model.scim2.Meta

public class Meta extends Object
This class represents the common resource attribute "meta" that contains metadata about the resource being described. See section 3.1 of RFC 7643.
  • Constructor Details

    • Meta

      public Meta()
  • Method Details

    • getResourceType

      public String getResourceType()
      Retrieves the meta "resourceType" sub-attribute
      Returns:
      A string value
    • setResourceType

      public void setResourceType(String resourceType)
    • getCreated

      public String getCreated()
      Retrieves the meta "created" sub-attribute
      Returns:
      A string value
    • setCreated

      public void setCreated(String created)
    • getLastModified

      public String getLastModified()
      Retrieves the meta "lastModified" sub-attribute
      Returns:
      A string value
    • setLastModified

      public void setLastModified(String lastModified)
    • getLocation

      public String getLocation()
      Retrieves the meta "location" sub-attribute
      Returns:
      A string value
    • setLocation

      public void setLocation(String location)
    • getVersion

      public String getVersion()
      Returns the version of the resource being represented.
      Returns:
      A string value (null if no version information is available).
    • setVersion

      public void setVersion(String version)