Class AssetType

java.lang.Object
com.oracle.content.sdk.model.AssetObject
com.oracle.content.sdk.model.AssetType
All Implemented Interfaces:
Serializable

public class AssetType extends AssetObject
A ContentType can be represented in different ways, and this will centralize the handling of the possible values for a content type and how it can be used to determine whether an asset is an digital asset, content item, or custom digital asset.
See Also:
  • Field Details

  • Constructor Details

    • AssetType

      public AssetType(String type, String typeCategory)
    • AssetType

      public AssetType(com.google.gson.JsonObject jsonObject)
  • Method Details

    • isDigitalAsset

      public boolean isDigitalAsset()
      Is this type a Digital Asset.
      Returns:
      true if Digital asset or false if Content item