IssueContract Interface

public interface IssueContract

An immutable client-side representation of IssueContract.

Method Summary

Modifier and Type Method and Description
abstract String apiId()

Gets the apiId property: A resource identifier for the API the issue was created for.

abstract OffsetDateTime createdDate()

Gets the createdDate property: Date and time when the issue was created.

abstract String description()

Gets the description property: Text describing the issue.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract IssueContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.IssueContractInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract IssueContract refresh()

Refreshes the resource to sync with Azure.

abstract IssueContract refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract State state()

Gets the state property: Status of the issue.

abstract String title()

Gets the title property: The issue title.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the IssueContract resource.

abstract String userId()

Gets the userId property: A resource identifier for the user created the issue.

Method Details

apiId

public abstract String apiId()

Gets the apiId property: A resource identifier for the API the issue was created for.

Returns:

the apiId value.

createdDate

public abstract OffsetDateTime createdDate()

Gets the createdDate property: Date and time when the issue was created.

Returns:

the createdDate value.

description

public abstract String description()

Gets the description property: Text describing the issue.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract IssueContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.IssueContractInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract IssueContract refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract IssueContract refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

state

public abstract State state()

Gets the state property: Status of the issue.

Returns:

the state value.

title

public abstract String title()

Gets the title property: The issue title.

Returns:

the title value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract IssueContract.Update update()

Begins update for the IssueContract resource.

Returns:

the stage of resource update.

userId

public abstract String userId()

Gets the userId property: A resource identifier for the user created the issue.

Returns:

the userId value.

Applies to