Class BetaCitationPageLocationParam.Builder
-
- All Implemented Interfaces:
public final class BetaCitationPageLocationParam.BuilderA builder for BetaCitationPageLocationParam.
-
-
Method Summary
-
-
Method Detail
-
citedText
final BetaCitationPageLocationParam.Builder citedText(String citedText)
-
citedText
final BetaCitationPageLocationParam.Builder citedText(JsonField<String> citedText)
Sets Builder.citedText to an arbitrary JSON value.
You should usually call Builder.citedText with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
documentIndex
final BetaCitationPageLocationParam.Builder documentIndex(Long documentIndex)
-
documentIndex
final BetaCitationPageLocationParam.Builder documentIndex(JsonField<Long> documentIndex)
Sets Builder.documentIndex to an arbitrary JSON value.
You should usually call Builder.documentIndex with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
documentTitle
final BetaCitationPageLocationParam.Builder documentTitle(String documentTitle)
-
documentTitle
final BetaCitationPageLocationParam.Builder documentTitle(Optional<String> documentTitle)
Alias for calling Builder.documentTitle with
documentTitle.orElse(null).
-
documentTitle
final BetaCitationPageLocationParam.Builder documentTitle(JsonField<String> documentTitle)
Sets Builder.documentTitle to an arbitrary JSON value.
You should usually call Builder.documentTitle with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
endPageNumber
final BetaCitationPageLocationParam.Builder endPageNumber(Long endPageNumber)
-
endPageNumber
final BetaCitationPageLocationParam.Builder endPageNumber(JsonField<Long> endPageNumber)
Sets Builder.endPageNumber to an arbitrary JSON value.
You should usually call Builder.endPageNumber with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
startPageNumber
final BetaCitationPageLocationParam.Builder startPageNumber(Long startPageNumber)
-
startPageNumber
final BetaCitationPageLocationParam.Builder startPageNumber(JsonField<Long> startPageNumber)
Sets Builder.startPageNumber to an arbitrary JSON value.
You should usually call Builder.startPageNumber with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaCitationPageLocationParam.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("page_location")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaCitationPageLocationParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaCitationPageLocationParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaCitationPageLocationParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaCitationPageLocationParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaCitationPageLocationParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaCitationPageLocationParam build()
Returns an immutable instance of BetaCitationPageLocationParam.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.citedText() .documentIndex() .documentTitle() .endPageNumber() .startPageNumber()
-
-
-
-