azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.eventgr...

143 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData"
name: "ApiCenterApiDefinitionUpdatedEventData"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData"
summary: "Schema of the data property of an Event<wbr>Grid<wbr>Event for a Microsoft.<wbr>Api<wbr>Center.<wbr>Api<wbr>Definition<wbr>Updated event."
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 **ApiCenterApiDefinitionUpdatedEventData**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData&text=ApiCenterApiDefinitionUpdatedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.ApiCenterApiDefinitionUpdatedEventData()"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.ApiCenterApiDefinitionUpdatedEventData()"
name: "ApiCenterApiDefinitionUpdatedEventData()"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.ApiCenterApiDefinitionUpdatedEventData()"
summary: "Creates an instance of Api<wbr>Center<wbr>Api<wbr>Definition<wbr>Updated<wbr>Event<wbr>Data class."
syntax: "public ApiCenterApiDefinitionUpdatedEventData()"
desc: "Creates an instance of ApiCenterApiDefinitionUpdatedEventData class."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Api<wbr>Center<wbr>Api<wbr>Definition<wbr>Updated<wbr>Event<wbr>Data 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 ApiCenterApiDefinitionUpdatedEventData fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ApiCenterApiDefinitionUpdatedEventData."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ApiCenterApiDefinitionUpdatedEventData from the JsonReader."
returns:
description: "An instance of ApiCenterApiDefinitionUpdatedEventData if the JsonReader was pointing to an instance of\n it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData&text=ApiCenterApiDefinitionUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.getDescription()"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.getDescription()"
name: "getDescription()"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.getDescription()"
summary: "Get the description property: API definition description."
syntax: "public String getDescription()"
desc: "Get the description property: API definition description."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.getSpecification()"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.getSpecification()"
name: "getSpecification()"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.getSpecification()"
summary: "Get the specification property: API specification details."
syntax: "public ApiCenterApiSpecification getSpecification()"
desc: "Get the specification property: API specification details."
returns:
description: "the specification value."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiSpecification?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiSpecification&text=ApiCenterApiSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.getTitle()"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.getTitle()"
name: "getTitle()"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.getTitle()"
summary: "Get the title property: API definition title."
syntax: "public String getTitle()"
desc: "Get the title property: API definition title."
returns:
description: "the title value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.setDescription(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.setDescription(String description)"
name: "setDescription(String description)"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.setDescription(String description)"
summary: "Set the description property: API definition description."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiCenterApiDefinitionUpdatedEventData setDescription(String description)"
desc: "Set the description property: API definition description."
returns:
description: "the ApiCenterApiDefinitionUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData&text=ApiCenterApiDefinitionUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.setSpecification(com.azure.messaging.eventgrid.systemevents.ApiCenterApiSpecification)"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.setSpecification(ApiCenterApiSpecification specification)"
name: "setSpecification(ApiCenterApiSpecification specification)"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.setSpecification(ApiCenterApiSpecification specification)"
summary: "Set the specification property: API specification details."
parameters:
- description: "the specification value to set."
name: "specification"
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiSpecification?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiSpecification&text=ApiCenterApiSpecification\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiCenterApiDefinitionUpdatedEventData setSpecification(ApiCenterApiSpecification specification)"
desc: "Set the specification property: API specification details."
returns:
description: "the ApiCenterApiDefinitionUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData&text=ApiCenterApiDefinitionUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.setTitle(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.setTitle(String title)"
name: "setTitle(String title)"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.setTitle(String title)"
summary: "Set the title property: API definition title."
parameters:
- description: "the title value to set."
name: "title"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiCenterApiDefinitionUpdatedEventData setTitle(String title)"
desc: "Set the title property: API definition title."
returns:
description: "the ApiCenterApiDefinitionUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData&text=ApiCenterApiDefinitionUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ApiCenterApiDefinitionUpdatedEventData.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\" />"
type: "class"
desc: "Schema of the data property of an EventGridEvent for a Microsoft.ApiCenter.ApiDefinitionUpdated event."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.ApiCenterApiDefinitionUpdatedEventData&text=ApiCenterApiDefinitionUpdatedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.24.0