Class GetBehavioralAnalyticsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetBehavioralAnalyticsRequest.Builder>
co.elastic.clients.elasticsearch.search_application.GetBehavioralAnalyticsRequest.Builder
- All Implemented Interfaces:
WithJson<GetBehavioralAnalyticsRequest.Builder>,ObjectBuilder<GetBehavioralAnalyticsRequest>
- Enclosing class:
- GetBehavioralAnalyticsRequest
@Deprecated
public static class GetBehavioralAnalyticsRequest.Builder
extends RequestBase.AbstractBuilder<GetBehavioralAnalyticsRequest.Builder>
implements ObjectBuilder<GetBehavioralAnalyticsRequest>
Deprecated.
Builder for
GetBehavioralAnalyticsRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Builds aGetBehavioralAnalyticsRequest.Deprecated.A list of analytics collections to limit the returned informationDeprecated.A list of analytics collections to limit the returned informationprotected GetBehavioralAnalyticsRequest.Builderself()Deprecated.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
name
Deprecated.A list of analytics collections to limit the returned informationAPI name:
nameAdds all elements of
listtoname. -
name
Deprecated.A list of analytics collections to limit the returned informationAPI name:
nameAdds one or more values to
name. -
self
Deprecated.- Specified by:
selfin classRequestBase.AbstractBuilder<GetBehavioralAnalyticsRequest.Builder>
-
build
Deprecated.Builds aGetBehavioralAnalyticsRequest.- Specified by:
buildin interfaceObjectBuilder<GetBehavioralAnalyticsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-