Class TermsGroupSource
java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
org.elasticsearch.client.transform.transforms.pivot.TermsGroupSource
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class TermsGroupSource extends SingleGroupSource implements ToXContentObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTermsGroupSource.BuilderNested classes/interfaces inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
SingleGroupSource.TypeNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
field, FIELD, script, SCRIPT -
Method Summary
Modifier and Type Method Description static TermsGroupSource.Builderbuilder()static TermsGroupSourcefromXContent(XContentParser parser)SingleGroupSource.TypegetType()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)Methods inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
equals, getField, getScript, hashCode, innerXContent
-
Method Details
-
fromXContent
-
getType
- Specified by:
getTypein classSingleGroupSource
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
builder
-