@JsonSurrogate public class

RestTask

extends RestPropertySupport
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.property.RestPropertySupport
             ↳ com.atlassian.bitbucket.rest.task.RestTask

Summary

Constants
String ANCHOR
String ANCHOR_TYPE
String AUTHOR
String CREATED_DATE
String ID
String PERMITTED_OPERATIONS
String STATE
String TEXT
[Expand]
Inherited Constants
From class com.atlassian.bitbucket.rest.property.RestPropertySupport
Fields
public static final RestTask REQUEST_CREATE_TASK_EXAMPLE
public static final RestTask REQUEST_UPDATE_TASK_EXAMPLE
public static final RestTask RESPONSE_CREATE_TASK_EXAMPLE
public static final RestPage<RestTask> RESPONSE_GET_PR_TASKS_EXAMPLE
public static final RestTask RESPONSE_GET_TASK_EXAMPLE
public static final RestTask RESPONSE_UPDATE_TASK_EXAMPLE
public static final Function<TaskRestTask> REST_TRANSFORM
Public Constructors
RestTask()
RestTask(Task task)
RestTask(Task task, boolean includeAnchor)
Public Methods
long getAnchorId()
TaskAnchorType getAnchorType()
@Nullable RestApplicationUser getAuthor()
@Nullable Date getCreatedDate()
long getId()
@Nullable TaskState getState()
@Nullable String getText()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.property.RestPropertySupport
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Constants

public static final String ANCHOR

Constant Value: "anchor"

public static final String ANCHOR_TYPE

Constant Value: "type"

public static final String AUTHOR

Constant Value: "author"

public static final String CREATED_DATE

Constant Value: "createdDate"

public static final String ID

Constant Value: "id"

public static final String PERMITTED_OPERATIONS

Constant Value: "permittedOperations"

public static final String STATE

Constant Value: "state"

public static final String TEXT

Constant Value: "text"

Fields

public static final RestTask REQUEST_CREATE_TASK_EXAMPLE

public static final RestTask REQUEST_UPDATE_TASK_EXAMPLE

public static final RestTask RESPONSE_CREATE_TASK_EXAMPLE

public static final RestPage<RestTask> RESPONSE_GET_PR_TASKS_EXAMPLE

public static final RestTask RESPONSE_GET_TASK_EXAMPLE

public static final RestTask RESPONSE_UPDATE_TASK_EXAMPLE

public static final Function<TaskRestTask> REST_TRANSFORM

Public Constructors

public RestTask ()

public RestTask (Task task)

public RestTask (Task task, boolean includeAnchor)

Public Methods

public long getAnchorId ()

public TaskAnchorType getAnchorType ()

@Nullable public RestApplicationUser getAuthor ()

@Nullable public Date getCreatedDate ()

public long getId ()

@Nullable public TaskState getState ()

@Nullable public String getText ()