public static class ContentDraftService.ConflictPolicy extends BaseApiEnum
Currently only one policy is supported, ABORT.
Modifier and Type | Field and Description |
---|---|
static ContentDraftService.ConflictPolicy |
ABORT
If a conflict occurs the update is aborted with a ConflictException which converts to a http 409 error
|
value
Constructor and Description |
---|
ConflictPolicy(String value) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ContentDraftService.ConflictPolicy |
valueOf(String str) |
public static final ContentDraftService.ConflictPolicy ABORT
public ConflictPolicy(String value)
public String getValue()
getValue
in class BaseApiEnum
public static ContentDraftService.ConflictPolicy valueOf(String str)
Copyright © 2003–2018 Atlassian. All rights reserved.