@ExperimentalApi public interface

AssociatedItem

com.atlassian.jira.auditing.AssociatedItem
Known Indirect Subclasses

@ExperimentalApi

This interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

Nested Classes
enum AssociatedItem.Type  
Public Methods
@Nullable String getObjectId()
@Nonnull String getObjectName()
@Nonnull AssociatedItem.Type getObjectType()
@Nullable String getParentId()
@Nullable String getParentName()

Public Methods

@Nullable public String getObjectId ()

@Nonnull public String getObjectName ()

@Nonnull public AssociatedItem.Type getObjectType ()

@Nullable public String getParentId ()

@Nullable public String getParentName ()