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