Class DateOrEpochMillis.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch._types.DateOrEpochMillis.Builder
- All Implemented Interfaces:
ObjectBuilder<DateOrEpochMillis>
- Enclosing class:
- DateOrEpochMillis
public static class DateOrEpochMillis.Builder extends ObjectBuilderBase implements ObjectBuilder<DateOrEpochMillis>
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DateOrEpochMillisbuild()ObjectBuilder<DateOrEpochMillis>date(java.lang.String v)ObjectBuilder<DateOrEpochMillis>millis(java.lang.Long 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
-
date
-
millis
-
build
- Specified by:
buildin interfaceObjectBuilder<DateOrEpochMillis>
-