public final class Role extends MultiValuedAttribute implements Serializable
For more detailed information please look at the SCIM core schema 2.0, section 3.2
| Modifier and Type | Class and Description |
|---|---|
static class |
Role.Builder
Builder class that is used to build
Role instances |
static class |
Role.Type
Represents an Role type.
|
| Constructor and Description |
|---|
Role(String operation,
String value,
String display,
boolean primary,
String reference,
Role.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Role.Type |
getType()
Gets the type of the attribute.
|
int |
hashCode() |
String |
toString() |
getDisplay, getOperation, getReference, getValue, isCollectionContainsPrimaryAttributes, isPrimarypublic Role.Type getType()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public int hashCode()
hashCode in class MultiValuedAttributepublic boolean equals(Object obj)
equals in class MultiValuedAttributepublic String toString()
toString in class MultiValuedAttributeCopyright © 2022 SAP SE. All rights reserved.