Class JsonLongAttributeResponseParser.Builder
- java.lang.Object
-
- com.cognite.client.servicesV1.response.JsonLongAttributeResponseParser.Builder
-
- Enclosing class:
- JsonLongAttributeResponseParser
public abstract static class JsonLongAttributeResponseParser.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract JsonLongAttributeResponseParserbuild()abstract JsonLongAttributeResponseParser.BuildersetAttributePath(String value)
-
-
-
Method Detail
-
setAttributePath
public abstract JsonLongAttributeResponseParser.Builder setAttributePath(String value)
-
build
public abstract JsonLongAttributeResponseParser build()
-
-