Class Time.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch._types.Time.Builder
- All Implemented Interfaces:
ObjectBuilder<Time>
- Enclosing class:
- Time
public static class Time.Builder extends ObjectBuilderBase implements ObjectBuilder<Time>
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Timebuild()ObjectBuilder<Time>offset(java.lang.Integer v)ObjectBuilder<Time>time(java.lang.String v)Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
offset
-
time
-
build
- Specified by:
buildin interfaceObjectBuilder<Time>
-