Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiEntityBaseContract
Packages that use ApiEntityBaseContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiEntityBaseContract in com.azure.resourcemanager.apimanagement.fluent.models
Modifier and TypeClassDescriptionclassAPI Entity Properties.final classAPI update contract properties.final classAPI Create or Update Properties. -
Uses of ApiEntityBaseContract in com.azure.resourcemanager.apimanagement.models
Subclasses of ApiEntityBaseContract in com.azure.resourcemanager.apimanagement.modelsModifier and TypeClassDescriptionfinal classAPI contract properties for the Tag Resources.Methods in com.azure.resourcemanager.apimanagement.models that return ApiEntityBaseContractModifier and TypeMethodDescriptionstatic ApiEntityBaseContractApiEntityBaseContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiEntityBaseContract from the JsonReader.ApiEntityBaseContract.withApiRevision(String apiRevision) Set the apiRevision property: Describes the revision of the API.ApiEntityBaseContract.withApiRevisionDescription(String apiRevisionDescription) Set the apiRevisionDescription property: Description of the API Revision.ApiEntityBaseContract.withApiType(ApiType apiType) Set the apiType property: Type of API.ApiEntityBaseContract.withApiVersion(String apiVersion) Set the apiVersion property: Indicates the version identifier of the API if the API is versioned.ApiEntityBaseContract.withApiVersionDescription(String apiVersionDescription) Set the apiVersionDescription property: Description of the API Version.ApiEntityBaseContract.withApiVersionSetId(String apiVersionSetId) Set the apiVersionSetId property: A resource identifier for the related ApiVersionSet.ApiEntityBaseContract.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Set the authenticationSettings property: Collection of authentication settings included into this API.ApiEntityBaseContract.withContact(ApiContactInformation contact) Set the contact property: Contact information for the API.ApiEntityBaseContract.withDescription(String description) Set the description property: Description of the API.ApiEntityBaseContract.withIsCurrent(Boolean isCurrent) Set the isCurrent property: Indicates if API revision is current api revision.ApiEntityBaseContract.withLicense(ApiLicenseInformation license) Set the license property: License information for the API.ApiEntityBaseContract.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) Set the subscriptionKeyParameterNames property: Protocols over which API is made available.ApiEntityBaseContract.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API.ApiEntityBaseContract.withTermsOfServiceUrl(String termsOfServiceUrl) Set the termsOfServiceUrl property: A URL to the Terms of Service for the API.