你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphPlannerBucket Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPlannerBucket
- com.
- com.
public final class MicrosoftGraphPlannerBucket
extends MicrosoftGraphEntity
plannerBucket.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPlannerBucket() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
name()
Get the name property: Name of the bucket. |
String |
orderHint()
Get the order |
String |
planId()
Get the plan |
List<Microsoft |
tasks()
Get the tasks property: Read-only. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withName(String name)
Set the name property: Name of the bucket. |
Microsoft |
withOrderHint(String orderHint)
Set the order |
Microsoft |
withPlanId(String planId)
Set the plan |
Microsoft |
withTasks(List<MicrosoftGraphPlannerTask> tasks)
Set the tasks property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPlannerBucket
public MicrosoftGraphPlannerBucket()
Creates an instance of MicrosoftGraphPlannerBucket class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: plannerBucket.
Overrides:
MicrosoftGraphPlannerBucket.additionalProperties()Returns:
fromJson
public static MicrosoftGraphPlannerBucket fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPlannerBucket from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the bucket.
Returns:
orderHint
public String orderHint()
Get the orderHint property: Hint used to order items of this type in a list view. The format is defined as outlined here.
Returns:
planId
public String planId()
Get the planId property: Plan ID to which the bucket belongs.
Returns:
tasks
public List
Get the tasks property: Read-only. Nullable. The collection of tasks in the bucket.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphPlannerBucket.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphPlannerBucket.validate()withAdditionalProperties
public MicrosoftGraphPlannerBucket withAdditionalProperties(Map
Set the additionalProperties property: plannerBucket.
Overrides:
MicrosoftGraphPlannerBucket.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphPlannerBucket withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphPlannerBucket.withId(String id)Parameters:
withName
public MicrosoftGraphPlannerBucket withName(String name)
Set the name property: Name of the bucket.
Parameters:
Returns:
withOrderHint
public MicrosoftGraphPlannerBucket withOrderHint(String orderHint)
Set the orderHint property: Hint used to order items of this type in a list view. The format is defined as outlined here.
Parameters:
Returns:
withPlanId
public MicrosoftGraphPlannerBucket withPlanId(String planId)
Set the planId property: Plan ID to which the bucket belongs.
Parameters:
Returns:
withTasks
public MicrosoftGraphPlannerBucket withTasks(List
Set the tasks property: Read-only. Nullable. The collection of tasks in the bucket.
Parameters:
Returns: