Class SchemaTypeChoiceProperties

Direct Known Subclasses:
EventTypeListProperties, SchemaTypeChoiceRequestBody

public class SchemaTypeChoiceProperties extends SchemaTypeProperties
SchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.
  • Constructor Details

    • SchemaTypeChoiceProperties

      public SchemaTypeChoiceProperties()
      Default constructor
    • SchemaTypeChoiceProperties

      public SchemaTypeChoiceProperties(SchemaTypeChoiceProperties template)
      Copy/clone Constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset.
      Parameters:
      template - template object to copy.
  • Method Details