public static class WorkRequestError.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WorkRequestError |
build() |
WorkRequestError.Builder |
code(String code)
A machine-usable code for the error that occured.
|
WorkRequestError.Builder |
copy(WorkRequestError model) |
WorkRequestError.Builder |
message(String message)
A human-readable string describing the error that occurred.
|
WorkRequestError.Builder |
timestamp(Date timestamp)
The day and time the error occured, in the format defined by RFC
3339.
|
public WorkRequestError.Builder code(String code)
A machine-usable code for the error that occured. For a list of error codes, see API Errors.
code
- the value to setpublic WorkRequestError.Builder message(String message)
A human-readable string describing the error that occurred.
message
- the value to setpublic WorkRequestError.Builder timestamp(Date timestamp)
The day and time the error occured, in the format defined by RFC 3339.
timestamp
- the value to setpublic WorkRequestError build()
public WorkRequestError.Builder copy(WorkRequestError model)
Copyright © 2016–2024. All rights reserved.