azure-docs-sdk-java/docs-ref-autogen/com.azure.core.annotation.yml

43 строки
2.6 KiB
YAML

### YamlMime:JavaPackage
uid: "com.azure.core.annotation"
fullName: "com.azure.core.annotation"
name: "com.azure.core.annotation"
summary: "This package contains annotations for client-side methods that map to REST APIs in the Azure SDK."
enums:
- "com.azure.core.annotation.ReturnType"
- "com.azure.core.annotation.ServiceClientProtocol"
interfaces:
- "com.azure.core.annotation.BodyParam"
- "com.azure.core.annotation.Delete"
- "com.azure.core.annotation.ExpectedResponses"
- "com.azure.core.annotation.Fluent"
- "com.azure.core.annotation.FormParam"
- "com.azure.core.annotation.Generated"
- "com.azure.core.annotation.Get"
- "com.azure.core.annotation.Head"
- "com.azure.core.annotation.HeaderCollection"
- "com.azure.core.annotation.HeaderParam"
- "com.azure.core.annotation.Headers"
- "com.azure.core.annotation.Host"
- "com.azure.core.annotation.HostParam"
- "com.azure.core.annotation.Immutable"
- "com.azure.core.annotation.JsonFlatten"
- "com.azure.core.annotation.Options"
- "com.azure.core.annotation.Patch"
- "com.azure.core.annotation.PathParam"
- "com.azure.core.annotation.Post"
- "com.azure.core.annotation.Put"
- "com.azure.core.annotation.QueryParam"
- "com.azure.core.annotation.ResumeOperation"
- "com.azure.core.annotation.ReturnValueWireType"
- "com.azure.core.annotation.ServiceClient"
- "com.azure.core.annotation.ServiceClientBuilder"
- "com.azure.core.annotation.ServiceInterface"
- "com.azure.core.annotation.ServiceMethod"
- "com.azure.core.annotation.UnexpectedResponseExceptionType"
- "com.azure.core.annotation.UnexpectedResponseExceptionTypes"
desc: "This package contains annotations for client-side methods that map to REST APIs in the Azure SDK.\n\nThese annotations are used to define the HTTP method (GET, POST, PUT, DELETE, etc.) and the relative path for the REST endpoint. They also provide a way to specify path parameters, query parameters, and the request body.\n\nHere are some of the key annotations included in this package:\n\n * <xref uid=\"com.azure.core.annotation.Get\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.core.annotation.Get\"></xref>: Annotation for HTTP GET method.\n * <xref uid=\"com.azure.core.annotation.Put\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.core.annotation.Put\"></xref>: Annotation for HTTP PUT method.\n * <xref uid=\"com.azure.core.annotation.QueryParam\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.core.annotation.QueryParam\"></xref>: Annotation for query parameters to be appended to a REST API Request URI."
metadata: {}
package: "com.azure.core.annotation"
artifact: com.azure:azure-core:1.52.0