Class PushMessageContents
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.PushMessageContents
-
public class PushMessageContents extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPushMessageContents.Builder
-
Constructor Summary
Constructors Constructor Description PushMessageContents()PushMessageContents(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subtitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>body()static PushMessageContents.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>subtitle()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()java.lang.StringtoString()PushMessageContentswithBody(java.lang.String body)PushMessageContentswithBody(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body)PushMessageContentswithSubtitle(java.lang.String subtitle)PushMessageContentswithSubtitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subtitle)PushMessageContentswithTitle(java.lang.String title)PushMessageContentswithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
-
-
-
Constructor Detail
-
PushMessageContents
public PushMessageContents(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subtitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body)
-
PushMessageContents
public PushMessageContents()
-
-
Method Detail
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
-
subtitle
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subtitle()
-
body
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body()
-
builder
public static PushMessageContents.Builder builder()
-
withTitle
public PushMessageContents withTitle(java.lang.String title)
-
withTitle
public PushMessageContents withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
-
withSubtitle
public PushMessageContents withSubtitle(java.lang.String subtitle)
-
withSubtitle
public PushMessageContents withSubtitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subtitle)
-
withBody
public PushMessageContents withBody(java.lang.String body)
-
withBody
public PushMessageContents withBody(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> body)
-
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
-
-