Class EventRequestMessage

java.lang.Object
com.microsoft.azure.management.containerregistry.EventRequestMessage

public class EventRequestMessage extends Object
The event request message sent to the service URI.
  • Constructor Details

    • EventRequestMessage

      public EventRequestMessage()
  • Method Details

    • content

      public EventContent content()
      Get the content of the event request message.
      Returns:
      the content value
    • withContent

      public EventRequestMessage withContent(EventContent content)
      Set the content of the event request message.
      Parameters:
      content - the content value to set
      Returns:
      the EventRequestMessage object itself.
    • headers

      public Map<String,String> headers()
      Get the headers of the event request message.
      Returns:
      the headers value
    • withHeaders

      public EventRequestMessage withHeaders(Map<String,String> headers)
      Set the headers of the event request message.
      Parameters:
      headers - the headers value to set
      Returns:
      the EventRequestMessage object itself.
    • method

      public String method()
      Get the HTTP method used to send the event request message.
      Returns:
      the method value
    • withMethod

      public EventRequestMessage withMethod(String method)
      Set the HTTP method used to send the event request message.
      Parameters:
      method - the method value to set
      Returns:
      the EventRequestMessage object itself.
    • requestUri

      public String requestUri()
      Get the URI used to send the event request message.
      Returns:
      the requestUri value
    • withRequestUri

      public EventRequestMessage withRequestUri(String requestUri)
      Set the URI used to send the event request message.
      Parameters:
      requestUri - the requestUri value to set
      Returns:
      the EventRequestMessage object itself.
    • version

      public String version()
      Get the HTTP message version.
      Returns:
      the version value
    • withVersion

      public EventRequestMessage withVersion(String version)
      Set the HTTP message version.
      Parameters:
      version - the version value to set
      Returns:
      the EventRequestMessage object itself.