Package io.jans.scim.model.scim2.group
Class Member
- java.lang.Object
-
- io.jans.scim.model.scim2.group.Member
-
public class Member extends Object
-
-
Constructor Summary
Constructors Constructor Description Member()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDisplay()StringgetRef()StringgetType()StringgetValue()inthashCode()voidsetDisplay(String display)voidsetRef(String ref)voidsetType(String type)voidsetValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getRef
public String getRef()
-
setRef
public void setRef(String ref)
-
getDisplay
public String getDisplay()
-
setDisplay
public void setDisplay(String display)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-