Class MobileAppInstallTimeSettings.Builder

    • Method Detail

      • deadlineDateTime

        public MobileAppInstallTimeSettings.Builder deadlineDateTime​(OffsetDateTime deadlineDateTime)
        “The time at which the app should be installed.”
        Parameters:
        deadlineDateTime - value of deadlineDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • startDateTime

        public MobileAppInstallTimeSettings.Builder startDateTime​(OffsetDateTime startDateTime)
        “The time at which the app should be available for installation.”
        Parameters:
        startDateTime - value of startDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • useLocalTime

        public MobileAppInstallTimeSettings.Builder useLocalTime​(Boolean useLocalTime)
        “Whether the local device time or UTC time should be used when determining the available and deadline times.”
        Parameters:
        useLocalTime - value of useLocalTime property (as defined in service metadata)
        Returns:
        this (for method chaining)