Class ScimUserEmail

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ScimUserEmail()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getPrimary()  
      java.lang.String getValue()  
      void setPrimary​(java.lang.Boolean primary)  
      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

      • ScimUserEmail

        public ScimUserEmail()
    • Method Detail

      • setValue

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

        public java.lang.String getValue()
      • setPrimary

        public void setPrimary​(java.lang.Boolean primary)
      • getPrimary

        public java.lang.Boolean getPrimary()