Package com.courier.models.bulk
Class BulkCreateJobResponse
-
- All Implemented Interfaces:
public final class BulkCreateJobResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkCreateJobResponse.BuilderA builder for BulkCreateJobResponse.
-
Method Summary
Modifier and Type Method Description final StringjobId()final JsonField<String>_jobId()Returns the raw JSON value of jobId. final Map<String, JsonValue>_additionalProperties()final BulkCreateJobResponse.BuildertoBuilder()final BulkCreateJobResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BulkCreateJobResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BulkCreateJobResponse. -
-
Method Detail
-
_jobId
final JsonField<String> _jobId()
Returns the raw JSON value of jobId.
Unlike jobId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BulkCreateJobResponse.Builder toBuilder()
-
validate
final BulkCreateJobResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BulkCreateJobResponse.Builder builder()
Returns a mutable builder for constructing an instance of BulkCreateJobResponse.
The following fields are required:
.jobId()
-
-
-
-