| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
HTTPQueryParamMatch |
HTTPQueryParamMatchBuilder.build() |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildFirstQueryParam() |
HTTPQueryParamMatch |
HTTPRouteMatchFluentImpl.buildFirstQueryParam() |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildLastQueryParam() |
HTTPQueryParamMatch |
HTTPRouteMatchFluentImpl.buildLastQueryParam() |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate) |
HTTPQueryParamMatch |
HTTPRouteMatchFluentImpl.buildMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate) |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildQueryParam(int index) |
HTTPQueryParamMatch |
HTTPRouteMatchFluentImpl.buildQueryParam(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<HTTPQueryParamMatch> |
HTTPRouteMatchFluent.buildQueryParams() |
List<HTTPQueryParamMatch> |
HTTPRouteMatchFluentImpl.buildQueryParams() |
List<HTTPQueryParamMatch> |
HTTPRouteMatchFluent.getQueryParams()
Deprecated.
|
List<HTTPQueryParamMatch> |
HTTPRouteMatchFluentImpl.getQueryParams()
Deprecated.
|
List<HTTPQueryParamMatch> |
HTTPRouteMatch.getQueryParams() |
| Modifier and Type | Method and Description |
|---|---|
A |
HTTPRouteMatchFluent.addAllToQueryParams(Collection<HTTPQueryParamMatch> items) |
A |
HTTPRouteMatchFluentImpl.addAllToQueryParams(Collection<HTTPQueryParamMatch> items) |
A |
HTTPRouteMatchFluent.removeAllFromQueryParams(Collection<HTTPQueryParamMatch> items) |
A |
HTTPRouteMatchFluentImpl.removeAllFromQueryParams(Collection<HTTPQueryParamMatch> items) |
void |
HTTPRouteMatch.setQueryParams(List<HTTPQueryParamMatch> queryParams) |
A |
HTTPRouteMatchFluent.withQueryParams(List<HTTPQueryParamMatch> queryParams) |
A |
HTTPRouteMatchFluentImpl.withQueryParams(List<HTTPQueryParamMatch> queryParams) |
| Constructor and Description |
|---|
HTTPQueryParamMatchBuilder(HTTPQueryParamMatch instance) |
HTTPQueryParamMatchBuilder(HTTPQueryParamMatch instance,
Boolean validationEnabled) |
HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent,
HTTPQueryParamMatch instance) |
HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent,
HTTPQueryParamMatch instance,
Boolean validationEnabled) |
HTTPQueryParamMatchFluentImpl(HTTPQueryParamMatch instance) |
| Constructor and Description |
|---|
HTTPRouteMatch(List<HTTPHeaderMatch> headers,
String method,
HTTPPathMatch path,
List<HTTPQueryParamMatch> queryParams) |
Copyright © 2015–2023 Red Hat. All rights reserved.