public static class WorkRequestResource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WorkRequestResource.Builder |
actionType(ActionType actionType)
The way how the work is tracked in the work request affects this resource.
|
WorkRequestResource |
build() |
WorkRequestResource.Builder |
copy(WorkRequestResource model) |
WorkRequestResource.Builder |
entityType(String entityType)
The resource type the work request affects.
|
WorkRequestResource.Builder |
entityUri(String entityUri)
The URI path that the user can use to access the resource metadata.
|
WorkRequestResource.Builder |
identifier(String identifier)
The identifier of the resource the work request affects.
|
public WorkRequestResource.Builder entityType(String entityType)
The resource type the work request affects.
entityType
- the value to setpublic WorkRequestResource.Builder actionType(ActionType actionType)
The way how the work is tracked in the work request affects this resource. A resource that is created, updated, or deleted remains in the IN PROGRESS state until the work is complete for that resource. Thereafter it transitions to CREATED, UPDATED, or DELETED state.
actionType
- the value to setpublic WorkRequestResource.Builder identifier(String identifier)
The identifier of the resource the work request affects.
identifier
- the value to setpublic WorkRequestResource.Builder entityUri(String entityUri)
The URI path that the user can use to access the resource metadata.
entityUri
- the value to setpublic WorkRequestResource build()
public WorkRequestResource.Builder copy(WorkRequestResource model)
Copyright © 2016–2024. All rights reserved.