Class CreateContentApiModel.Builder

  • Enclosing class:
    CreateContentApiModel

    public static final class CreateContentApiModel.Builder
    extends java.lang.Object
    • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
        The title 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​(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.