Interface PostResponseExtendedOperation

    • Method Detail

      • getRequestOID

        String getRequestOID()
        Retrieves the OID for the request associated with this extended operation.
        Returns:
        The OID for the request associated with this extended operation.
      • getRequestValue

        ByteString getRequestValue()
        Retrieves the value for the request associated with this extended operation.
        Returns:
        The value for the request associated with this extended operation.
      • getResponseOID

        String getResponseOID()
        Retrieves the OID to include in the response to the client.
        Returns:
        The OID to include in the response to the client.
      • getResponseValue

        ByteString getResponseValue()
        Retrieves the value to include in the response to the client.
        Returns:
        The value to include in the response to the client.