Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract Parameter |
build()
Creates a
Parameter object. |
abstract Parameter.Builder |
setName(String name)
[Optional] Sets the name of the query parameter.
|
abstract Parameter.Builder |
setValue(QueryParameterValue parameter)
Sets the the value for a query parameter along with its type.
|
public abstract Parameter.Builder setName(String name)
name
- name or null
for nonepublic abstract Parameter.Builder setValue(QueryParameterValue parameter)
parameter
- parameter or null
for nonepublic abstract Parameter build()
Parameter
object.Copyright © 2023 Google LLC. All rights reserved.