Share via


ApiReleaseContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiReleaseContractInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Refreshable<ApiReleaseContract> 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 ApiReleaseContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiReleaseContractInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<ApiReleaseContract>, 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 ApiReleaseContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String apiId()
abstract org.joda.time.DateTime createdDateTime()
abstract java.lang.String id()
abstract java.lang.String name()
abstract java.lang.String notes()
abstract java.lang.String type()
abstract org.joda.time.DateTime updatedDateTime()

Method Details

apiId

public abstract String apiId()

Returns:

the apiId value.

createdDateTime

public abstract DateTime createdDateTime()

Returns:

the createdDateTime value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

notes

public abstract String notes()

Returns:

the notes value.

type

public abstract String type()

Returns:

the type value.

updatedDateTime

public abstract DateTime updatedDateTime()

Returns:

the updatedDateTime value.

Applies to