IssueContract.UpdateStages.WithApiId Interface

public static interface IssueContract.UpdateStages.WithApiId

The stage of the issuecontract update allowing to specify ApiId.

Method Summary

Modifier and Type Method and Description
abstract Update withApiId(String apiId)

Specifies apiId.

Method Details

withApiId

public abstract IssueContract.Update withApiId(String apiId)

Specifies apiId.

Parameters:

apiId - A resource identifier for the API the issue was created for

Returns:

the next update stage

Applies to