Class GetIp2geoDatasourceRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.geospatial.GetIp2geoDatasourceRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetIp2geoDatasourceRequest.Builder,GetIp2geoDatasourceRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetIp2geoDatasourceRequest
extends RequestBase
implements ToCopyableBuilder<GetIp2geoDatasourceRequest.Builder,GetIp2geoDatasourceRequest>
Get one or more IP2Geo data sources, defaulting to returning all if no names specified.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "geospatial.get_ip2geo_datasource". -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()name()API name:namestatic GetIp2geoDatasourceRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetIp2geoDatasourceRequest,GetIp2geoDatasourceResponse, _ENDPOINTErrorResponse> Endpoint "geospatial.get_ip2geo_datasource".
-
-
Method Details
-
of
public static GetIp2geoDatasourceRequest of(Function<GetIp2geoDatasourceRequest.Builder, ObjectBuilder<GetIp2geoDatasourceRequest>> fn) -
name
API name:name -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetIp2geoDatasourceRequest.Builder,GetIp2geoDatasourceRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-