180 строки
12 KiB
YAML
180 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract"
|
|
name: "IssueUpdateContract"
|
|
nameWithType: "IssueUpdateContract"
|
|
summary: "Issue update Parameters."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **IssueUpdateContract**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.IssueUpdateContract()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.IssueUpdateContract()"
|
|
name: "IssueUpdateContract()"
|
|
nameWithType: "IssueUpdateContract.IssueUpdateContract()"
|
|
syntax: "public IssueUpdateContract()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.apiId()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.apiId()"
|
|
name: "apiId()"
|
|
nameWithType: "IssueUpdateContract.apiId()"
|
|
summary: "Get a resource identifier for the API the issue was created for."
|
|
syntax: "public String apiId()"
|
|
desc: "Get a resource identifier for the API the issue was created for."
|
|
returns:
|
|
description: "the apiId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.createdDate()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.createdDate()"
|
|
name: "createdDate()"
|
|
nameWithType: "IssueUpdateContract.createdDate()"
|
|
summary: "Get date and time when the issue was created."
|
|
syntax: "public DateTime createdDate()"
|
|
desc: "Get date and time when the issue was created."
|
|
returns:
|
|
description: "the createdDate value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.description()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.description()"
|
|
name: "description()"
|
|
nameWithType: "IssueUpdateContract.description()"
|
|
summary: "Get text describing the issue."
|
|
syntax: "public String description()"
|
|
desc: "Get text describing the issue."
|
|
returns:
|
|
description: "the description value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.state()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.state()"
|
|
name: "state()"
|
|
nameWithType: "IssueUpdateContract.state()"
|
|
summary: "Get status of the issue."
|
|
syntax: "public State state()"
|
|
desc: "Get status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed'."
|
|
returns:
|
|
description: "the state value"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.State?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.State&text=State\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.title()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.title()"
|
|
name: "title()"
|
|
nameWithType: "IssueUpdateContract.title()"
|
|
summary: "Get the issue title."
|
|
syntax: "public String title()"
|
|
desc: "Get the issue title."
|
|
returns:
|
|
description: "the title value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.userId()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.userId()"
|
|
name: "userId()"
|
|
nameWithType: "IssueUpdateContract.userId()"
|
|
summary: "Get a resource identifier for the user created the issue."
|
|
syntax: "public String userId()"
|
|
desc: "Get a resource identifier for the user created the issue."
|
|
returns:
|
|
description: "the userId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withApiId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withApiId(String apiId)"
|
|
name: "withApiId(String apiId)"
|
|
nameWithType: "IssueUpdateContract.withApiId(String apiId)"
|
|
summary: "Set a resource identifier for the API the issue was created for."
|
|
parameters:
|
|
- description: "the apiId value to set"
|
|
name: "apiId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IssueUpdateContract withApiId(String apiId)"
|
|
desc: "Set a resource identifier for the API the issue was created for."
|
|
returns:
|
|
description: "the IssueUpdateContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract&text=IssueUpdateContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withCreatedDate(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withCreatedDate(DateTime createdDate)"
|
|
name: "withCreatedDate(DateTime createdDate)"
|
|
nameWithType: "IssueUpdateContract.withCreatedDate(DateTime createdDate)"
|
|
summary: "Set date and time when the issue was created."
|
|
parameters:
|
|
- description: "the createdDate value to set"
|
|
name: "createdDate"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IssueUpdateContract withCreatedDate(DateTime createdDate)"
|
|
desc: "Set date and time when the issue was created."
|
|
returns:
|
|
description: "the IssueUpdateContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract&text=IssueUpdateContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withDescription(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "IssueUpdateContract.withDescription(String description)"
|
|
summary: "Set text describing the issue."
|
|
parameters:
|
|
- description: "the description value to set"
|
|
name: "description"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IssueUpdateContract withDescription(String description)"
|
|
desc: "Set text describing the issue."
|
|
returns:
|
|
description: "the IssueUpdateContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract&text=IssueUpdateContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withState(com.microsoft.azure.management.apimanagement.v2019_01_01.State)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withState(State state)"
|
|
name: "withState(State state)"
|
|
nameWithType: "IssueUpdateContract.withState(State state)"
|
|
summary: "Set status of the issue."
|
|
parameters:
|
|
- description: "the state value to set"
|
|
name: "state"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.State?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.State&text=State\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IssueUpdateContract withState(State state)"
|
|
desc: "Set status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed'."
|
|
returns:
|
|
description: "the IssueUpdateContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract&text=IssueUpdateContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withTitle(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withTitle(String title)"
|
|
name: "withTitle(String title)"
|
|
nameWithType: "IssueUpdateContract.withTitle(String title)"
|
|
summary: "Set the issue title."
|
|
parameters:
|
|
- description: "the title value to set"
|
|
name: "title"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IssueUpdateContract withTitle(String title)"
|
|
desc: "Set the issue title."
|
|
returns:
|
|
description: "the IssueUpdateContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract&text=IssueUpdateContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withUserId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract.withUserId(String userId)"
|
|
name: "withUserId(String userId)"
|
|
nameWithType: "IssueUpdateContract.withUserId(String userId)"
|
|
summary: "Set a resource identifier for the user created the issue."
|
|
parameters:
|
|
- description: "the userId value to set"
|
|
name: "userId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IssueUpdateContract withUserId(String userId)"
|
|
desc: "Set a resource identifier for the user created the issue."
|
|
returns:
|
|
description: "the IssueUpdateContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IssueUpdateContract&text=IssueUpdateContract\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Issue update Parameters."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
|
|
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1
|