Package app.knock.api.models.objects
Class ObjectListMessagesParams.InsertedAt
-
- All Implemented Interfaces:
public final class ObjectListMessagesParams.InsertedAt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectListMessagesParams.InsertedAt.BuilderA builder for InsertedAt.
-
Method Summary
Modifier and Type Method Description final Optional<String>gt()Limits the results to messages inserted after the given date. final Optional<String>gte()Limits the results to messages inserted after or on the given date. final Optional<String>lt()Limits the results to messages inserted before the given date. final Optional<String>lte()Limits the results to messages inserted before or on the given date. final QueryParams_additionalProperties()final ObjectListMessagesParams.InsertedAt.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ObjectListMessagesParams.InsertedAt.Builderbuilder()Returns a mutable builder for constructing an instance of InsertedAt. -
-
Method Detail
-
gte
final Optional<String> gte()
Limits the results to messages inserted after or on the given date.
-
lte
final Optional<String> lte()
Limits the results to messages inserted before or on the given date.
-
_additionalProperties
final QueryParams _additionalProperties()
-
toBuilder
final ObjectListMessagesParams.InsertedAt.Builder toBuilder()
-
builder
final static ObjectListMessagesParams.InsertedAt.Builder builder()
Returns a mutable builder for constructing an instance of InsertedAt.
-
-
-
-