Class CreateContentApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateContentApiModel
-
public class CreateContentApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateContentApiModel.Builder
-
Constructor Summary
Constructors Constructor Description CreateContentApiModel()CreateContentApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateContentApiModel.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentUrl()The external URL of the contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the contentbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>externalReference()The external ID associated with this contentinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>mobileLaunchContentUrl()The mobile friendly URL of the contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>order()The order of the individual content within a content grouping.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()The title of the contentjava.lang.StringtoString()CreateContentApiModelwithContentUrl(java.lang.String contentUrl)The external URL of the contentCreateContentApiModelwithContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)The external URL of the contentCreateContentApiModelwithDescription(java.lang.String description)The description of the contentCreateContentApiModelwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the contentCreateContentApiModelwithExternalReference(java.lang.String externalReference)The external ID associated with this contentCreateContentApiModelwithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this contentCreateContentApiModelwithMobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)The mobile friendly URL of the contentCreateContentApiModelwithMobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)The mobile friendly URL of the contentCreateContentApiModelwithOrder(double order)The order of the individual content within a content grouping.CreateContentApiModelwithOrder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)The order of the individual content within a content grouping.CreateContentApiModelwithTitle(java.lang.String title)The title of the contentCreateContentApiModelwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the content
-
-
-
Constructor Detail
-
CreateContentApiModel
public CreateContentApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)
-
CreateContentApiModel
public CreateContentApiModel()
-
-
Method Detail
-
externalReference
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference()
The external ID associated with this content
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
The title of the content
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the content
-
contentUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl()
The external URL of the content
-
mobileLaunchContentUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl()
The mobile friendly URL of the content
-
order
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order()
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
builder
public static final CreateContentApiModel.Builder builder()
-
withExternalReference
public CreateContentApiModel withExternalReference(java.lang.String externalReference)
The external ID associated with this content
-
withExternalReference
public CreateContentApiModel withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this content
-
withTitle
public CreateContentApiModel withTitle(java.lang.String title)
The title of the content
-
withTitle
public CreateContentApiModel withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the content
-
withDescription
public CreateContentApiModel withDescription(java.lang.String description)
The description of the content
-
withDescription
public CreateContentApiModel withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the content
-
withContentUrl
public CreateContentApiModel withContentUrl(java.lang.String contentUrl)
The external URL of the content
-
withContentUrl
public CreateContentApiModel withContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)
The external URL of the content
-
withMobileLaunchContentUrl
public CreateContentApiModel withMobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)
The mobile friendly URL of the content
-
withMobileLaunchContentUrl
public CreateContentApiModel withMobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)
The mobile friendly URL of the content
-
withOrder
public CreateContentApiModel withOrder(double order)
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
withOrder
public CreateContentApiModel withOrder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
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
-
-