org.cloudfoundry.identity.uaa.scim
Class ScimUser.Email

java.lang.Object
  extended by org.cloudfoundry.identity.uaa.scim.ScimUser.Email
Enclosing class:
ScimUser

public static final class ScimUser.Email
extends Object


Constructor Summary
ScimUser.Email()
           
 
Method Summary
 String getType()
           
 String getValue()
           
 boolean isPrimary()
           
 void setPrimary(boolean primary)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScimUser.Email

public ScimUser.Email()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)

setPrimary

public void setPrimary(boolean primary)

isPrimary

public boolean isPrimary()


Copyright © 2013. All rights reserved.