-
public class MessageOperationRepresents metadata about a message operation (update/delete). Contains optional information about who performed the operation and why.
-
-
Constructor Summary
Constructors Constructor Description MessageOperation()Default constructor MessageOperation(String clientId, String description, Map<String, String> metadata)Constructor with all fields
-