public class MultiValuedComplexType extends Object
AbstractSCIMObject object| Constructor and Description |
|---|
MultiValuedComplexType() |
MultiValuedComplexType(String type,
boolean primary,
String display,
String value,
String reference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplay() |
String |
getReference() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isPrimary() |
void |
setDisplay(String display) |
void |
setPrimary(boolean primary) |
void |
setReference(String reference) |
void |
setType(String type) |
void |
setValue(String value) |
Copyright © 2018 WSO2. All rights reserved.