IssueContract Interface

Implements

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

Method Summary

Modifier and Type Method and Description
abstract java.lang.String apiId()
abstract org.joda.time.DateTime createdDate()
abstract java.lang.String description()
abstract java.lang.String id()
abstract java.lang.String name()
abstract State state()
abstract java.lang.String title()
abstract java.lang.String type()
abstract java.lang.String userId()

Method Details

apiId

public abstract String apiId()

Returns:

the apiId value.

createdDate

public abstract DateTime createdDate()

Returns:

the createdDate value.

description

public abstract String description()

Returns:

the description value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

state

public abstract State state()

Returns:

the state value.

title

public abstract String title()

Returns:

the title value.

type

public abstract String type()

Returns:

the type value.

userId

public abstract String userId()

Returns:

the userId value.

Applies to