Class RegisterTemplateOptions

All Implemented Interfaces:
HttpRequestOptions

public class RegisterTemplateOptions extends AccountInDomainOptions
Options used to control how a template is registered.
See Also:
  • Field Details

  • Constructor Details

    • RegisterTemplateOptions

      public RegisterTemplateOptions()
  • Method Details

    • bits

      public RegisterTemplateOptions bits(int bits)
      32 or 64 bits support. 64 by default
    • checksum

      public RegisterTemplateOptions checksum(String checksum)
      the MD5 checksum value of this template
    • projectId

      public RegisterTemplateOptions projectId(String projectId)
      the project for this template.
    • isExtractable

      public RegisterTemplateOptions isExtractable(boolean isExtractable)
      true if the template or its derivatives are extractable; default is true
    • isFeatured

      public RegisterTemplateOptions isFeatured(boolean isFeatured)
      true if this template is a featured template, false otherwise
    • isPublic

      public RegisterTemplateOptions isPublic(boolean isPublic)
      true if the template is available to all accounts; default is true
    • passwordEnabled

      public RegisterTemplateOptions passwordEnabled(boolean passwordEnabled)
      true if the template supports the password reset feature; default is false
    • requiresHVM

      public RegisterTemplateOptions requiresHVM(boolean requiresHVM)
      true if this template requires HVM