Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiType
Packages that use ApiType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiTypeModifier and TypeMethodDescriptionApiContractInner.apiType()Get the apiType property: Type of API.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ApiTypeModifier and TypeMethodDescriptionApiContractInner.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiContractProperties.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiContractUpdateProperties.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiCreateOrUpdateProperties.withApiType(ApiType apiType) Set the apiType property: Type of API. -
Uses of ApiType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ApiTypeModifier and TypeFieldDescriptionstatic final ApiTypeApiType.GRAPHQLStatic value graphql for ApiType.static final ApiTypeApiType.GRPCStatic value grpc for ApiType.static final ApiTypeApiType.HTTPStatic value http for ApiType.static final ApiTypeApiType.ODATAStatic value odata for ApiType.static final ApiTypeApiType.SOAPStatic value soap for ApiType.static final ApiTypeApiType.WEBSOCKETStatic value websocket for ApiType.Methods in com.azure.resourcemanager.apimanagement.models that return ApiTypeModifier and TypeMethodDescriptionApiContract.apiType()Gets the apiType property: Type of API.ApiCreateOrUpdateParameter.apiType()Get the apiType property: Type of API.ApiEntityBaseContract.apiType()Get the apiType property: Type of API.ApiUpdateContract.apiType()Get the apiType property: Type of API.static ApiTypeApiType.fromString(String name) Creates or finds a ApiType from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiTypeModifier and TypeMethodDescriptionstatic Collection<ApiType> ApiType.values()Gets known ApiType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiTypeModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithApiType.withApiType(ApiType apiType) Specifies the apiType property: Type of API..ApiContract.UpdateStages.WithApiType.withApiType(ApiType apiType) Specifies the apiType property: Type of API..ApiCreateOrUpdateParameter.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiEntityBaseContract.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiTagResourceContractProperties.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiUpdateContract.withApiType(ApiType apiType) Set the apiType property: Type of API.