Class MobileAppIntentAndStateDetail.Builder

    • Method Detail

      • applicationId

        public MobileAppIntentAndStateDetail.Builder applicationId​(String applicationId)
        “MobieApp identifier.”
        Parameters:
        applicationId - value of applicationId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • displayName

        public MobileAppIntentAndStateDetail.Builder displayName​(String displayName)
        “The admin provided or imported title of the app.”
        Parameters:
        displayName - value of displayName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • displayVersion

        public MobileAppIntentAndStateDetail.Builder displayVersion​(String displayVersion)
        “Human readable version of the application”
        Parameters:
        displayVersion - value of displayVersion property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • installState

        public MobileAppIntentAndStateDetail.Builder installState​(ResultantAppState installState)
        “The install state of the app.”
        Parameters:
        installState - value of installState property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • mobileAppIntent

        public MobileAppIntentAndStateDetail.Builder mobileAppIntent​(MobileAppIntent mobileAppIntent)
        “Mobile App Intent.”
        Parameters:
        mobileAppIntent - value of mobileAppIntent property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • supportedDeviceTypes

        public MobileAppIntentAndStateDetail.Builder supportedDeviceTypes​(MobileAppSupportedDeviceType... supportedDeviceTypes)
        “The supported platforms for the app.”
        Parameters:
        supportedDeviceTypes - value of supportedDeviceTypes property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • supportedDeviceTypesNextLink

        public MobileAppIntentAndStateDetail.Builder supportedDeviceTypesNextLink​(String supportedDeviceTypesNextLink)
        “The supported platforms for the app.”
        Parameters:
        supportedDeviceTypesNextLink - value of supportedDeviceTypes@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)