Class MobileAppRelationshipState.Builder

    • Method Detail

      • deviceId

        public MobileAppRelationshipState.Builder deviceId​(String deviceId)
        “The corresponding device id.”
        Parameters:
        deviceId - value of deviceId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • errorCode

        public MobileAppRelationshipState.Builder errorCode​(Integer errorCode)
        “The error code for install or uninstall failures of target app.”
        Parameters:
        errorCode - value of errorCode property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • installState

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

        public MobileAppRelationshipState.Builder installStateDetail​(ResultantAppStateDetail installStateDetail)
        “The install state detail of the app.”
        Parameters:
        installStateDetail - value of installStateDetail property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • sourceIds

        public MobileAppRelationshipState.Builder sourceIds​(List<String> sourceIds)
        “The collection of source mobile app's ids.”
        Parameters:
        sourceIds - value of sourceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • sourceIds

        public MobileAppRelationshipState.Builder sourceIds​(String... sourceIds)
        “The collection of source mobile app's ids.”
        Parameters:
        sourceIds - value of sourceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • sourceIdsNextLink

        public MobileAppRelationshipState.Builder sourceIdsNextLink​(String sourceIdsNextLink)
        “The collection of source mobile app's ids.”
        Parameters:
        sourceIdsNextLink - value of sourceIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • targetDisplayName

        public MobileAppRelationshipState.Builder targetDisplayName​(String targetDisplayName)
        “The related target app's display name.”
        Parameters:
        targetDisplayName - value of targetDisplayName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • targetId

        public MobileAppRelationshipState.Builder targetId​(String targetId)
        “The related target app's id.”
        Parameters:
        targetId - value of targetId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • targetLastSyncDateTime

        public MobileAppRelationshipState.Builder targetLastSyncDateTime​(OffsetDateTime targetLastSyncDateTime)
        “The last sync time of the target app.”
        Parameters:
        targetLastSyncDateTime - value of targetLastSyncDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)