Class ScimUserGroup

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScimUserGroup
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ScimUserGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplay()  
      java.lang.String getType()  
      java.lang.String getValue()  
      void setDisplay​(java.lang.String display)  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScimUserGroup

        public ScimUserGroup()
    • Method Detail

      • setValue

        public void setValue​(java.lang.String value)
      • getValue

        public java.lang.String getValue()
      • setDisplay

        public void setDisplay​(java.lang.String display)
      • getDisplay

        public java.lang.String getDisplay()
      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()