Package com.veeva.vault.sdk.api.webapi
Annotation Interface WebApiInfo
Indicates a class is a
WebApi. Describes the WebAPI.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionRetrieves the API group allowed to access this WebAPI.Retrieves the name of a WebAPI endpoint.Retrieves the minimum API version allowed to use this WebAPI.
-
Element Details
-
endpointName
String endpointNameRetrieves the name of a WebAPI endpoint.- Returns:
- the name of this WebAPI endpoint
-
minimumVersion
String minimumVersionRetrieves the minimum API version allowed to use this WebAPI. For example, "v24.3".- Returns:
- the minimum API version
-
apiGroup
String apiGroupRetrieves the API group allowed to access this WebAPI.- Returns:
- the API group that may access this WebAPI
-