IssueUpdateContract Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.IssueUpdateContract
- com.
public class IssueUpdateContract
Issue update Parameters.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| IssueUpdateContract() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
apiId()
Get a resource identifier for the API the issue was created for. |
| org.joda.time.DateTime |
createdDate()
Get date and time when the issue was created. |
| java.lang.String |
description()
Get text describing the issue. |
| State |
state()
Get status of the issue. |
| java.lang.String |
title()
Get the issue title. |
| java.lang.String |
userId()
Get a resource identifier for the user created the issue. |
|
Issue |
withApiId(String apiId)
Set a resource identifier for the API the issue was created for. |
|
Issue |
withCreatedDate(DateTime createdDate)
Set date and time when the issue was created. |
|
Issue |
withDescription(String description)
Set text describing the issue. |
|
Issue |
withState(State state)
Set status of the issue. |
|
Issue |
withTitle(String title)
Set the issue title. |
|
Issue |
withUserId(String userId)
Set a resource identifier for the user created the issue. |
Methods inherited from java.lang.Object
Constructor Details
IssueUpdateContract
public IssueUpdateContract()
Method Details
apiId
public String apiId()
Get a resource identifier for the API the issue was created for.
Returns:
createdDate
public DateTime createdDate()
Get date and time when the issue was created.
Returns:
description
public String description()
Get text describing the issue.
Returns:
state
public State state()
Get status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed'.
Returns:
title
public String title()
Get the issue title.
Returns:
userId
public String userId()
Get a resource identifier for the user created the issue.
Returns:
withApiId
public IssueUpdateContract withApiId(String apiId)
Set a resource identifier for the API the issue was created for.
Parameters:
Returns:
withCreatedDate
public IssueUpdateContract withCreatedDate(DateTime createdDate)
Set date and time when the issue was created.
Parameters:
Returns:
withDescription
public IssueUpdateContract withDescription(String description)
Set text describing the issue.
Parameters:
Returns:
withState
public IssueUpdateContract withState(State state)
Set status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed'.
Parameters:
Returns:
withTitle
public IssueUpdateContract withTitle(String title)
Set the issue title.
Parameters:
Returns:
withUserId
public IssueUpdateContract withUserId(String userId)
Set a resource identifier for the user created the issue.
Parameters:
Returns: