Uses of Class
org.cloudfoundry.identity.uaa.scim.ScimGroupMember.Type

Packages that use ScimGroupMember.Type
org.cloudfoundry.identity.uaa.scim   
 

Uses of ScimGroupMember.Type in org.cloudfoundry.identity.uaa.scim
 

Methods in org.cloudfoundry.identity.uaa.scim that return ScimGroupMember.Type
 ScimGroupMember.Type ScimGroupMember.getType()
           
static ScimGroupMember.Type ScimGroupMember.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScimGroupMember.Type[] ScimGroupMember.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 ScimGroupMember.Type
 void ScimGroupMember.setType(ScimGroupMember.Type type)
           
 

Constructors in org.cloudfoundry.identity.uaa.scim with parameters of type ScimGroupMember.Type
ScimGroupMember(String memberId, ScimGroupMember.Type type, List<ScimGroupMember.Role> roles)
           
 



Copyright © 2013. All rights reserved.