Class NotFoundResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.errors.async.NotFoundResponse.Builder
-
- Enclosing class:
- NotFoundResponse
public static final class NotFoundResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotFoundResponsebuild()NotFoundResponse.Buildermessage(java.lang.String message)Error messageNotFoundResponse.BuilderstatusCode(double statusCode)HTTP status codeNotFoundResponse.Buildertimestamp(java.time.OffsetDateTime timestamp)Timestamp when the error occurred
-
-
-
Method Detail
-
statusCode
public NotFoundResponse.Builder statusCode(double statusCode)
HTTP status code
-
message
public NotFoundResponse.Builder message(java.lang.String message)
Error message
-
timestamp
public NotFoundResponse.Builder timestamp(java.time.OffsetDateTime timestamp)
Timestamp when the error occurred
-
build
public NotFoundResponse build()
-
-