public class DirectoryEntityId extends Object
Constructor and Description |
---|
DirectoryEntityId(long directoryId,
String entityName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static DirectoryEntityId |
fromDirectoryEntity(DirectoryEntity entity) |
static DirectoryEntityId |
fromGroup(Group group) |
static DirectoryEntityId |
fromString(String identifier) |
static DirectoryEntityId |
fromUser(User user) |
long |
getDirectoryId() |
String |
getEntityName() |
int |
hashCode() |
String |
marshal() |
static String |
marshal(DirectoryEntity entity) |
static String |
marshal(long directoryId,
String entityName) |
String |
toString() |
public DirectoryEntityId(long directoryId, String entityName)
public long getDirectoryId()
public String getEntityName()
public String marshal()
public static DirectoryEntityId fromString(String identifier)
public static DirectoryEntityId fromGroup(Group group)
public static DirectoryEntityId fromUser(User user)
public static DirectoryEntityId fromDirectoryEntity(DirectoryEntity entity)
public static String marshal(DirectoryEntity entity)
Copyright © 2021 Atlassian. All rights reserved.