Class JobGetResponse
-
- All Implemented Interfaces:
public final class JobGetResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobGetResponse.BuilderA builder for JobGetResponse.
public final classJobGetResponse.StatusStatus of the bulk job.
public final classJobGetResponse.TypeType of the bulk job.
-
Method Summary
Modifier and Type Method Description final Optional<String>jobId()Unique identifier of the bulk job. final Optional<String>purgeRequestId()Unique identifier of the purge request. final Optional<JobGetResponse.Status>status()Status of the bulk job. final Optional<JobGetResponse.Type>type()Type of the bulk job. final JsonField<String>_jobId()Returns the raw JSON value of jobId. final JsonField<String>_purgeRequestId()Returns the raw JSON value of purgeRequestId. final JsonField<JobGetResponse.Status>_status()Returns the raw JSON value of status. final JsonField<JobGetResponse.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final JobGetResponse.BuildertoBuilder()final JobGetResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobGetResponse.Builderbuilder()Returns a mutable builder for constructing an instance of JobGetResponse. -
-
Method Detail
-
purgeRequestId
final Optional<String> purgeRequestId()
Unique identifier of the purge request. This will be present only if
purgeCacheis set totruein the rename folder API request.
-
status
final Optional<JobGetResponse.Status> status()
Status of the bulk job.
-
type
final Optional<JobGetResponse.Type> type()
Type of the bulk job.
-
_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.
-
_purgeRequestId
final JsonField<String> _purgeRequestId()
Returns the raw JSON value of purgeRequestId.
Unlike purgeRequestId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<JobGetResponse.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<JobGetResponse.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JobGetResponse.Builder toBuilder()
-
validate
final JobGetResponse 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 JobGetResponse.Builder builder()
Returns a mutable builder for constructing an instance of JobGetResponse.
-
-
-
-