Share via


IssueAttachmentContract Interface

Implements

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

Method Summary

Modifier and Type Method and Description
abstract java.lang.String content()
abstract java.lang.String contentFormat()
abstract java.lang.String id()
abstract java.lang.String name()
abstract java.lang.String title()
abstract java.lang.String type()

Method Details

content

public abstract String content()

Returns:

the content value.

contentFormat

public abstract String contentFormat()

Returns:

the contentFormat value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

title

public abstract String title()

Returns:

the title value.

type

public abstract String type()

Returns:

the type value.

Applies to