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