Uses of Class
org.cloudfoundry.identity.uaa.scim.ScimUser.Group.Type

Packages that use ScimUser.Group.Type
org.cloudfoundry.identity.uaa.scim   
 

Uses of ScimUser.Group.Type in org.cloudfoundry.identity.uaa.scim
 

Methods in org.cloudfoundry.identity.uaa.scim that return ScimUser.Group.Type
 ScimUser.Group.Type ScimUser.Group.getType()
           
static ScimUser.Group.Type ScimUser.Group.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScimUser.Group.Type[] ScimUser.Group.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cloudfoundry.identity.uaa.scim with parameters of type ScimUser.Group.Type
 void ScimUser.Group.setType(ScimUser.Group.Type type)
           
 

Constructors in org.cloudfoundry.identity.uaa.scim with parameters of type ScimUser.Group.Type
ScimUser.Group(String value, String display, ScimUser.Group.Type type)
           
 



Copyright © 2013. All rights reserved.