198 строки
15 KiB
YAML
198 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage"
|
|
name: "EventRequestMessage"
|
|
nameWithType: "EventRequestMessage"
|
|
summary: "The event request message sent to the service URI."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **EventRequestMessage**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.EventRequestMessage()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.EventRequestMessage()"
|
|
name: "EventRequestMessage()"
|
|
nameWithType: "EventRequestMessage.EventRequestMessage()"
|
|
summary: "Creates an instance of Event<wbr>Request<wbr>Message class."
|
|
syntax: "public EventRequestMessage()"
|
|
desc: "Creates an instance of EventRequestMessage class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.content()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.content()"
|
|
name: "content()"
|
|
nameWithType: "EventRequestMessage.content()"
|
|
summary: "Get the content property: The content of the event request message."
|
|
syntax: "public EventContent content()"
|
|
desc: "Get the content property: The content of the event request message."
|
|
returns:
|
|
description: "the content value."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventContent?alt=com.azure.resourcemanager.containerregistry.models.EventContent&text=EventContent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "EventRequestMessage.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Event<wbr>Request<wbr>Message from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static EventRequestMessage fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the EventRequestMessage."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of EventRequestMessage from the JsonReader."
|
|
returns:
|
|
description: "An instance of EventRequestMessage if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.headers()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.headers()"
|
|
name: "headers()"
|
|
nameWithType: "EventRequestMessage.headers()"
|
|
summary: "Get the headers property: The headers of the event request message."
|
|
syntax: "public Map<String,String> headers()"
|
|
desc: "Get the headers property: The headers of the event request message."
|
|
returns:
|
|
description: "the headers value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.method()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.method()"
|
|
name: "method()"
|
|
nameWithType: "EventRequestMessage.method()"
|
|
summary: "Get the method property: The HTTP method used to send the event request message."
|
|
syntax: "public String method()"
|
|
desc: "Get the method property: The HTTP method used to send the event request message."
|
|
returns:
|
|
description: "the method value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.requestUri()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.requestUri()"
|
|
name: "requestUri()"
|
|
nameWithType: "EventRequestMessage.requestUri()"
|
|
summary: "Get the request<wbr>Uri property: The URI used to send the event request message."
|
|
syntax: "public String requestUri()"
|
|
desc: "Get the requestUri property: The URI used to send the event request message."
|
|
returns:
|
|
description: "the requestUri value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "EventRequestMessage.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.validate()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EventRequestMessage.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.version()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.version()"
|
|
name: "version()"
|
|
nameWithType: "EventRequestMessage.version()"
|
|
summary: "Get the version property: The HTTP message version."
|
|
syntax: "public String version()"
|
|
desc: "Get the version property: The HTTP message version."
|
|
returns:
|
|
description: "the version value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withContent(com.azure.resourcemanager.containerregistry.models.EventContent)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withContent(EventContent content)"
|
|
name: "withContent(EventContent content)"
|
|
nameWithType: "EventRequestMessage.withContent(EventContent content)"
|
|
summary: "Set the content property: The content of the event request message."
|
|
parameters:
|
|
- description: "the content value to set."
|
|
name: "content"
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventContent?alt=com.azure.resourcemanager.containerregistry.models.EventContent&text=EventContent\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventRequestMessage withContent(EventContent content)"
|
|
desc: "Set the content property: The content of the event request message."
|
|
returns:
|
|
description: "the EventRequestMessage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withHeaders(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withHeaders(Map<String,String> headers)"
|
|
name: "withHeaders(Map<String,String> headers)"
|
|
nameWithType: "EventRequestMessage.withHeaders(Map<String,String> headers)"
|
|
summary: "Set the headers property: The headers of the event request message."
|
|
parameters:
|
|
- description: "the headers value to set."
|
|
name: "headers"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public EventRequestMessage withHeaders(Map<String,String> headers)"
|
|
desc: "Set the headers property: The headers of the event request message."
|
|
returns:
|
|
description: "the EventRequestMessage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withMethod(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withMethod(String method)"
|
|
name: "withMethod(String method)"
|
|
nameWithType: "EventRequestMessage.withMethod(String method)"
|
|
summary: "Set the method property: The HTTP method used to send the event request message."
|
|
parameters:
|
|
- description: "the method value to set."
|
|
name: "method"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EventRequestMessage withMethod(String method)"
|
|
desc: "Set the method property: The HTTP method used to send the event request message."
|
|
returns:
|
|
description: "the EventRequestMessage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withRequestUri(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withRequestUri(String requestUri)"
|
|
name: "withRequestUri(String requestUri)"
|
|
nameWithType: "EventRequestMessage.withRequestUri(String requestUri)"
|
|
summary: "Set the request<wbr>Uri property: The URI used to send the event request message."
|
|
parameters:
|
|
- description: "the requestUri value to set."
|
|
name: "requestUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EventRequestMessage withRequestUri(String requestUri)"
|
|
desc: "Set the requestUri property: The URI used to send the event request message."
|
|
returns:
|
|
description: "the EventRequestMessage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.EventRequestMessage.withVersion(String version)"
|
|
name: "withVersion(String version)"
|
|
nameWithType: "EventRequestMessage.withVersion(String version)"
|
|
summary: "Set the version property: The HTTP message version."
|
|
parameters:
|
|
- description: "the version value to set."
|
|
name: "version"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EventRequestMessage withVersion(String version)"
|
|
desc: "Set the version property: The HTTP message version."
|
|
returns:
|
|
description: "the EventRequestMessage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The event request message sent to the service URI."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerregistry.models.EventRequestMessage?alt=com.azure.resourcemanager.containerregistry.models.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.containerregistry.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0
|