Package app.knock.api.models.users
Class UserListMessagesParams.InsertedAt
-
- All Implemented Interfaces:
public final class UserListMessagesParams.InsertedAt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserListMessagesParams.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 UserListMessagesParams.InsertedAt.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UserListMessagesParams.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 UserListMessagesParams.InsertedAt.Builder toBuilder()
-
builder
final static UserListMessagesParams.InsertedAt.Builder builder()
Returns a mutable builder for constructing an instance of InsertedAt.
-
-
-
-