Interface UpdateEnrollmentStatusResponse.Builder

    • Method Detail

      • status

        UpdateEnrollmentStatusResponse.Builder status​(String status)

        The enrollment status of the account.

        Parameters:
        status - The enrollment status of the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        UpdateEnrollmentStatusResponse.Builder status​(Status status)

        The enrollment status of the account.

        Parameters:
        status - The enrollment status of the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • statusReason

        UpdateEnrollmentStatusResponse.Builder statusReason​(String statusReason)

        The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

        Parameters:
        statusReason - The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.