public class AssociatedItemResponse extends Object
Constructor and Description |
---|
AssociatedItemResponse() |
AssociatedItemResponse(String objectName,
String parentName,
String objectType,
String objectId,
Object objectData) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static AssociatedItemResponse |
fromAssociatedItem(AssociatedItem ai) |
Object |
getObjectData() |
String |
getObjectId() |
String |
getObjectName() |
String |
getObjectType() |
String |
getParentName() |
int |
hashCode() |
public AssociatedItemResponse(String objectName, String parentName, String objectType, String objectId, Object objectData)
public AssociatedItemResponse()
public String getObjectName()
public String getParentName()
public String getObjectType()
public String getObjectId()
public Object getObjectData()
public static AssociatedItemResponse fromAssociatedItem(AssociatedItem ai)
Copyright © 2002-2019 Atlassian. All Rights Reserved.