public class Grantee extends Object implements Serializable
| Constructor and Description |
|---|
Grantee() |
Grantee(GranteeType typeIdentifier,
GroupUri groupUri,
String identifier,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
GroupUri |
getGroupUri() |
String |
getIdentifier() |
GranteeType |
getTypeIdentifier() |
int |
hashCode() |
public Grantee()
public Grantee(GranteeType typeIdentifier, GroupUri groupUri, String identifier, String displayName)
public GranteeType getTypeIdentifier()
public String getIdentifier()
public String getDisplayName()
public GroupUri getGroupUri()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.