Class MessagingListConversationMessagesQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingListConversationMessagesQueryParamFilter
-
public class MessagingListConversationMessagesQueryParamFilter extends java.lang.ObjectMessagingListConversationMessagesQueryParamFilterFilter parameters that allow greater customisation of the list response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagingListConversationMessagesQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description MessagingListConversationMessagesQueryParamFilter()MessagingListConversationMessagesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagingListConversationMessagesQueryParamFilter.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAfter()Use a string with a date to only select results updated after that given dateMessagingListConversationMessagesQueryParamFilterwithUpdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateMessagingListConversationMessagesQueryParamFilterwithUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
Constructor Detail
-
MessagingListConversationMessagesQueryParamFilter
public MessagingListConversationMessagesQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
-
MessagingListConversationMessagesQueryParamFilter
public MessagingListConversationMessagesQueryParamFilter()
-
-
Method Detail
-
updatedAfter
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter()
Use a string with a date to only select results updated after that given date
-
builder
public static MessagingListConversationMessagesQueryParamFilter.Builder builder()
-
withUpdatedAfter
public MessagingListConversationMessagesQueryParamFilter withUpdatedAfter(java.time.OffsetDateTime updatedAfter)
Use a string with a date to only select results updated after that given date
-
withUpdatedAfter
public MessagingListConversationMessagesQueryParamFilter withUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
Use a string with a date to only select results updated after that given date
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-