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 boolean
equals(Object obj)
String
getDisplay()
String
getRef()
String
getType()
String
getValue()
int
hashCode()
void
setDisplay(String display)
void
setRef(String ref)
void
setType(String type)
void
setValue(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)
-
-