| Package | Description |
|---|---|
| com.atlassian.crowd.importer.model |
| Modifier and Type | Method and Description |
|---|---|
MembershipDTO.ChildType |
MembershipDTO.getChildType() |
static MembershipDTO.ChildType |
MembershipDTO.ChildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembershipDTO.ChildType[] |
MembershipDTO.ChildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MembershipDTO.getRelationshipKey(MembershipDTO.ChildType childType,
String childName,
String containerName) |
void |
MembershipDTO.setChildType(MembershipDTO.ChildType childType) |
| Constructor and Description |
|---|
MembershipDTO(MembershipDTO.ChildType childType,
String childName,
String parentName) |
Copyright © 2019 Atlassian. All rights reserved.