Class GetTemplateResult

java.lang.Object
com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
com.dropbox.core.v2.fileproperties.GetTemplateResult

public class GetTemplateResult extends PropertyGroupTemplate
  • Constructor Details

    • GetTemplateResult

      public GetTemplateResult(@Nonnull String name, @Nonnull String description, @Nonnull List<PropertyFieldTemplate> fields)
      Parameters:
      name - Display name for the template. Template names can be up to 256 bytes. Must not be null.
      description - Description for the template. Template descriptions can be up to 1024 bytes. Must not be null.
      fields - Definitions of the property fields associated with this template. There can be up to 32 properties in a single template. Must not contain a null item and not be null.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
  • Method Details