Class IosDeviceType.Builder

  • Enclosing class:
    IosDeviceType

    public static final class IosDeviceType.Builder
    extends Object
    • Method Detail

      • iPad

        public IosDeviceType.Builder iPad​(Boolean iPad)
        “Whether the app should run on iPads.”
        Parameters:
        iPad - value of iPad property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • iPhoneAndIPod

        public IosDeviceType.Builder iPhoneAndIPod​(Boolean iPhoneAndIPod)
        “Whether the app should run on iPhones and iPods.”
        Parameters:
        iPhoneAndIPod - value of iPhoneAndIPod property (as defined in service metadata)
        Returns:
        this (for method chaining)