Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.WikiContractInner
Packages that use WikiContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of WikiContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return WikiContractInnerModifier and TypeMethodDescriptionApiWikisClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, WikiContractInner parameters) Creates a new Wiki for an API or updates an existing one.ProductWikisClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, WikiContractInner parameters) Creates a new Wiki for a Product or updates an existing one.Gets the details of the Wiki for an API specified by its identifier.Gets the details of the Wiki for a Product specified by its identifier.ApiWikisClient.update(String resourceGroupName, String serviceName, String apiId, String ifMatch, WikiUpdateContract parameters) Updates the details of the Wiki for an API specified by its identifier.ProductWikisClient.update(String resourceGroupName, String serviceName, String productId, String ifMatch, WikiUpdateContract parameters) Updates the details of the Wiki for a Product specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type WikiContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<WikiContractInner> Gets the wikis for an API specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContractInner> ApiWikisOperationsClient.list(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets the wikis for an API specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContractInner> Gets the details of the Wiki for a Product specified by its identifier.com.azure.core.http.rest.PagedIterable<WikiContractInner> ProductWikisOperationsClient.list(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets the details of the Wiki for a Product specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type WikiContractInnerModifier and TypeMethodDescriptionApiWikisClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, WikiContractInner parameters) Creates a new Wiki for an API or updates an existing one.ProductWikisClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, WikiContractInner parameters) Creates a new Wiki for a Product or updates an existing one.ApiWikisClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, WikiContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Wiki for an API or updates an existing one.ProductWikisClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, WikiContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Wiki for a Product or updates an existing one. -
Uses of WikiContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return WikiContractInnerModifier and TypeMethodDescriptionstatic WikiContractInnerWikiContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WikiContractInner from the JsonReader.WikiContractInner.withDocuments(List<WikiDocumentationContract> documents) Set the documents property: Collection wiki documents included into this wiki. -
Uses of WikiContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return WikiContractInnerModifier and TypeMethodDescriptionApiWikisCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiWikisGetResponse.getValue()Gets the deserialized response body.ApiWikisUpdateResponse.getValue()Gets the deserialized response body.ProductWikisCreateOrUpdateResponse.getValue()Gets the deserialized response body.ProductWikisGetResponse.getValue()Gets the deserialized response body.ProductWikisUpdateResponse.getValue()Gets the deserialized response body.WikiContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.WikiContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type WikiContractInnerMethods in com.azure.resourcemanager.apimanagement.models with parameters of type WikiContractInnerModifier and TypeMethodDescriptionApiWikis.createOrUpdate(String resourceGroupName, String serviceName, String apiId, WikiContractInner parameters) Creates a new Wiki for an API or updates an existing one.ProductWikis.createOrUpdate(String resourceGroupName, String serviceName, String productId, WikiContractInner parameters) Creates a new Wiki for a Product or updates an existing one.com.azure.core.http.rest.Response<WikiContract> ApiWikis.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, WikiContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Wiki for an API or updates an existing one.com.azure.core.http.rest.Response<WikiContract> ProductWikis.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, WikiContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Wiki for a Product or updates an existing one.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type WikiContractInnerModifierConstructorDescriptionApiWikisCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WikiContractInner value, ApiWikisCreateOrUpdateHeaders headers) Creates an instance of ApiWikisCreateOrUpdateResponse.ApiWikisGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WikiContractInner value, ApiWikisGetHeaders headers) Creates an instance of ApiWikisGetResponse.ApiWikisUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WikiContractInner value, ApiWikisUpdateHeaders headers) Creates an instance of ApiWikisUpdateResponse.ProductWikisCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WikiContractInner value, ProductWikisCreateOrUpdateHeaders headers) Creates an instance of ProductWikisCreateOrUpdateResponse.ProductWikisGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WikiContractInner value, ProductWikisGetHeaders headers) Creates an instance of ProductWikisGetResponse.ProductWikisUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WikiContractInner value, ProductWikisUpdateHeaders headers) Creates an instance of ProductWikisUpdateResponse.