org.cloudfoundry.identity.uaa.scim
Class ScimGroupExternalMember

java.lang.Object
  extended by org.cloudfoundry.identity.uaa.scim.ScimCore
      extended by org.cloudfoundry.identity.uaa.scim.ScimGroupExternalMember

public class ScimGroupExternalMember
extends ScimCore


Field Summary
 
Fields inherited from class org.cloudfoundry.identity.uaa.scim.ScimCore
SCHEMAS
 
Constructor Summary
ScimGroupExternalMember(String groupId, String externalGroup)
           
 
Method Summary
 String getExternalGroup()
           
 String getGroupId()
           
 void setExternalGroup(String externalGroup)
           
 void setGroupId(String groupId)
           
 String toString()
           
 
Methods inherited from class org.cloudfoundry.identity.uaa.scim.ScimCore
equals, getExternalId, getId, getMeta, getSchemas, getVersion, hashCode, setExternalId, setId, setMeta, setSchemas, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScimGroupExternalMember

public ScimGroupExternalMember(String groupId,
                               String externalGroup)
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getExternalGroup

public String getExternalGroup()

setExternalGroup

public void setExternalGroup(String externalGroup)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All rights reserved.