ApiEntityBaseContract |
ApiEntityBaseContract.withApiRevision(String apiRevision) |
Set the apiRevision property: Describes the revision of the API.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withApiRevisionDescription(String apiRevisionDescription) |
Set the apiRevisionDescription property: Description of the API Revision.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withApiType(ApiType apiType) |
Set the apiType property: Type of API.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withApiVersion(String apiVersion) |
Set the apiVersion property: Indicates the version identifier of the API if the API is versioned.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withApiVersionDescription(String apiVersionDescription) |
Set the apiVersionDescription property: Description of the API Version.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withApiVersionSetId(String apiVersionSetId) |
Set the apiVersionSetId property: A resource identifier for the related ApiVersionSet.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) |
Set the authenticationSettings property: Collection of authentication settings included into this API.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withContact(ApiContactInformation contact) |
Set the contact property: Contact information for the API.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withDescription(String description) |
Set the description property: Description of the API.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withIsCurrent(Boolean isCurrent) |
Set the isCurrent property: Indicates if API revision is current api revision.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withLicense(ApiLicenseInformation license) |
Set the license property: License information for the API.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withSubscriptionKeyParameterNames(SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames) |
Set the subscriptionKeyParameterNames property: Protocols over which API is made available.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withSubscriptionRequired(Boolean subscriptionRequired) |
Set the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing
the API.
|
ApiEntityBaseContract |
ApiEntityBaseContract.withTermsOfServiceUrl(String termsOfServiceUrl) |
Set the termsOfServiceUrl property: A URL to the Terms of Service for the API.
|