Share via


SchemaContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SchemaContractInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Refreshable<SchemaContract> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface SchemaContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SchemaContractInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<SchemaContract>, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing SchemaContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String contentType()
abstract java.lang.Object document()
abstract java.lang.String id()
abstract java.lang.String name()
abstract java.lang.String type()

Method Details

contentType

public abstract String contentType()

Returns:

the contentType value.

document

public abstract Object document()

Returns:

the document value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

type

public abstract String type()

Returns:

the type value.

Applies to