Class CreateContentApiModel


  • public class CreateContentApiModel
    extends java.lang.Object
    • 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.
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object