public abstract class Parameter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Parameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName()
Returns the name of the query parameter.
|
abstract QueryParameterValue |
getValue()
Returns the value for a query parameter along with its type.
|
static Parameter.Builder |
newBuilder()
Returns a builder for a
Parameter object. |
abstract Parameter.Builder |
toBuilder()
Returns a builder pre-populated using the current values of this field.
|
@Nullable public abstract String getName()
null for nonepublic abstract QueryParameterValue getValue()
public abstract Parameter.Builder toBuilder()
public static Parameter.Builder newBuilder()
Parameter object.Copyright © 2023 Google LLC. All rights reserved.