Class TagsResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.project.tags.ProjectTags.AbstractBuilder<TagsResponse.Builder>
co.elastic.clients.elasticsearch.project.TagsResponse.Builder
- All Implemented Interfaces:
WithJson<TagsResponse.Builder>,ObjectBuilder<TagsResponse>
- Enclosing class:
- TagsResponse
public static class TagsResponse.Builder
extends ProjectTags.AbstractBuilder<TagsResponse.Builder>
implements ObjectBuilder<TagsResponse>
Builder for
TagsResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aTagsResponse.protected TagsResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.project.tags.ProjectTags.AbstractBuilder
linkedProjects, linkedProjects, linkedProjects, origin, origin, originMethods 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()
-
-
Method Details
-
self
- Specified by:
selfin classProjectTags.AbstractBuilder<TagsResponse.Builder>
-
build
Builds aTagsResponse.- Specified by:
buildin interfaceObjectBuilder<TagsResponse>- Throws:
NullPointerException- if some of the required fields are null.
-