Class QueryParameter
Represents a generic query string parameter to use in REST API requests.
Class QueryParameter
- Gedcomx\Rs\Client\Options\QueryParameter implements Gedcomx\Rs\Client\Options\StateTransitionOption
Namespace: Gedcomx\Rs\Client\Options
Package: Gedcomx\Rs\Client\Options
Located at Rs/Client/Options/QueryParameter.php
Package: Gedcomx\Rs\Client\Options
Located at Rs/Client/Options/QueryParameter.php
Methods summary
public
|
#
__construct( boolean $replace, string $name, string $value )
Constructs a new generic query parameter using the specified values. |
public
GuzzleHttp\Psr7\Request
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
Constants summary
string |
ACCESS_TOKEN
The access token query parameter. |
#
"access_token"
|
string |
COUNT
The count query parameter. |
#
"count"
|
string |
GENERATIONS
The generations query parameter. |
#
"generations"
|
string |
SEARCH_QUERY
The search query parameter. |
#
"q"
|
string |
START
The start query parameter. |
#
"start"
|