public final class ContributionStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_STATUS |
static String |
DRAFT_STATUS |
static String |
UNKNOWN_STATUS |
static String |
UNPUBLISHED_CHANGES_STATUS |
Constructor and Description |
---|
ContributionStatus() |
ContributionStatus(Long contentId,
Long latestVersionId,
Long relationId,
String contentStatus,
Date lastModifiedDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getContentId() |
String |
getContentStatus() |
Date |
getLastModifiedDate() |
long |
getLatestVersionId() |
long |
getRelationId() |
String |
getStatus()
DRAFT_STATUS: Indicates a draft which has never been published before, i.e.
|
int |
hashCode() |
String |
toString() |
public static final String DRAFT_STATUS
public static final String UNPUBLISHED_CHANGES_STATUS
public static final String CURRENT_STATUS
public static final String UNKNOWN_STATUS
public long getContentId()
public long getLatestVersionId()
public long getRelationId()
public String getContentStatus()
public Date getLastModifiedDate()
public String getStatus()
DRAFT_STATUS
, CURRENT_STATUS
, UNPUBLISHED_CHANGES_STATUS
,
UNKNOWN_STATUS
for a detailed explanation of
the query.
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences