Class ComplexSchemaTypeProperties

Direct Known Subclasses:
APIOperationProperties, APIParameterListProperties, EventTypeProperties, StructSchemaTypeProperties, TabularSchemaTypeProperties

public class ComplexSchemaTypeProperties extends SchemaTypeProperties
ComplexSchemaTypeProperties describes a schema with multiple attributes. Notice it does not contain the attributes. This is because a complex schema type may have literally thousands of attributes and so the attribute contents are retrieved separated through calls that support paging.
  • Constructor Details

    • ComplexSchemaTypeProperties

      public ComplexSchemaTypeProperties()
      Default constructor used by subclasses
    • ComplexSchemaTypeProperties

      public ComplexSchemaTypeProperties(ComplexSchemaTypeProperties template)
      Copy/clone Constructor.
      Parameters:
      template - template object to copy.
  • Method Details