Class JobRequestParams.Access
-
- All Implemented Interfaces:
public final class JobRequestParams.AccessAccess method for the location of files associated with the scan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobRequestParams.Access.BuilderA builder for Access.
public final classJobRequestParams.Access.Source
-
Method Summary
Modifier and Type Method Description final Optional<JobRequestParams.Access.Source>source()final JsonField<JobRequestParams.Access.Source>_source()Returns the raw JSON value of source. final Map<String, JsonValue>_additionalProperties()final JobRequestParams.Access.BuildertoBuilder()final JobRequestParams.Accessvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobRequestParams.Access.Builderbuilder()Returns a mutable builder for constructing an instance of Access. -
-
Method Detail
-
source
final Optional<JobRequestParams.Access.Source> source()
-
_source
final JsonField<JobRequestParams.Access.Source> _source()
Returns the raw JSON value of source.
Unlike source, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JobRequestParams.Access.Builder toBuilder()
-
validate
final JobRequestParams.Access 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 JobRequestParams.Access.Builder builder()
Returns a mutable builder for constructing an instance of Access.
-
-
-
-