Package software.xdev.brevo.model
Class GetInboundEmailEventsByUuidLogsInner
java.lang.Object
software.xdev.brevo.model.GetInboundEmailEventsByUuidLogsInner
GetInboundEmailEventsByUuidLogsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the event -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondate(OffsetDateTime date) booleangetDate()Date of the eventgetType()Type of the eventinthashCode()voidsetDate(OffsetDateTime date) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
GetInboundEmailEventsByUuidLogsInner
public GetInboundEmailEventsByUuidLogsInner()
-
-
Method Details
-
date
-
getDate
Date of the event- Returns:
- date
-
setDate
-
type
public GetInboundEmailEventsByUuidLogsInner type(@Nullable GetInboundEmailEventsByUuidLogsInner.TypeEnum type) -
getType
Type of the event- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-