Interface GetRevocationStatusResponse.Builder

  • Method Details

    • revokedEntities

      GetRevocationStatusResponse.Builder revokedEntities(Collection<String> revokedEntities)

      List of entity identifiers that have been revoked. Empty if no revocations found.

      Parameters:
      revokedEntities - List of entity identifiers that have been revoked. Empty if no revocations found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revokedEntities

      GetRevocationStatusResponse.Builder revokedEntities(String... revokedEntities)

      List of entity identifiers that have been revoked. Empty if no revocations found.

      Parameters:
      revokedEntities - List of entity identifiers that have been revoked. Empty if no revocations found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.