Class CloudPCConnectivityIssue.Builder

    • Method Detail

      • deviceId

        public CloudPCConnectivityIssue.Builder deviceId​(String deviceId)
        “The Intune DeviceId of the device the connection is associated with.”
        Parameters:
        deviceId - value of deviceId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • errorCode

        public CloudPCConnectivityIssue.Builder errorCode​(String errorCode)
        “The error code of the connectivity issue.”
        Parameters:
        errorCode - value of errorCode property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • errorDateTime

        public CloudPCConnectivityIssue.Builder errorDateTime​(OffsetDateTime errorDateTime)
        “The time that the connection initiated. The time is shown in ISO 8601 format and Coordinated Universal Time (UTC) time.”
        Parameters:
        errorDateTime - value of errorDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • errorDescription

        public CloudPCConnectivityIssue.Builder errorDescription​(String errorDescription)
        “The detailed description of what went wrong.”
        Parameters:
        errorDescription - value of errorDescription property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • recommendedAction

        public CloudPCConnectivityIssue.Builder recommendedAction​(String recommendedAction)
        “The recommended action to fix the corresponding error.”
        Parameters:
        recommendedAction - value of recommendedAction property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userId

        public CloudPCConnectivityIssue.Builder userId​(String userId)
        “The unique id of user who initialize the connection.”
        Parameters:
        userId - value of userId property (as defined in service metadata)
        Returns:
        this (for method chaining)