Class CreateContentApiModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateContentApiModel.Builder
-
- Enclosing class:
- CreateContentApiModel
public static final class CreateContentApiModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateContentApiModelbuild()CreateContentApiModel.BuildercontentUrl(java.lang.String contentUrl)The external URL of the contentCreateContentApiModel.BuildercontentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)The external URL of the contentCreateContentApiModel.Builderdescription(java.lang.String description)The description of the contentCreateContentApiModel.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the contentCreateContentApiModel.BuilderexternalReference(java.lang.String externalReference)The external ID associated with this contentCreateContentApiModel.BuilderexternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this contentCreateContentApiModel.BuildermobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)The mobile friendly URL of the contentCreateContentApiModel.BuildermobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)The mobile friendly URL of the contentCreateContentApiModel.Builderorder(double order)The order of the individual content within a content grouping.CreateContentApiModel.Builderorder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)The order of the individual content within a content grouping.CreateContentApiModel.Buildertitle(java.lang.String title)The title of the contentCreateContentApiModel.Buildertitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the content
-
-
-
Method Detail
-
externalReference
public CreateContentApiModel.Builder externalReference(java.lang.String externalReference)
The external ID associated with this content
-
externalReference
public CreateContentApiModel.Builder externalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this content
-
title
public CreateContentApiModel.Builder title(java.lang.String title)
The title of the content
-
title
public CreateContentApiModel.Builder title(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the content
-
description
public CreateContentApiModel.Builder description(java.lang.String description)
The description of the content
-
description
public CreateContentApiModel.Builder description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the content
-
contentUrl
public CreateContentApiModel.Builder contentUrl(java.lang.String contentUrl)
The external URL of the content
-
contentUrl
public CreateContentApiModel.Builder contentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)
The external URL of the content
-
mobileLaunchContentUrl
public CreateContentApiModel.Builder mobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)
The mobile friendly URL of the content
-
mobileLaunchContentUrl
public CreateContentApiModel.Builder mobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)
The mobile friendly URL of the content
-
order
public CreateContentApiModel.Builder order(double order)
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
order
public CreateContentApiModel.Builder order(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.
-
build
public CreateContentApiModel build()
-
-