PlannerModelFactory Class

Definition

Model factory for creating instances of Planner models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

public static class PlannerModelFactory
type PlannerModelFactory = class
Public Class PlannerModelFactory
Inheritance
PlannerModelFactory

Methods

Name Description
AppliedCategories(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Creates a new instance of AppliedCategories(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>).

AssignUsersInput(String)

Creates a new instance of AssignUsersInput(String).

CreateBucketInput(String, String, String)

Creates a new instance of CreateBucketInput(String, String, String).

CreateBucketResponse(String, String, String, String)

Creates a new instance of CreateBucketResponse(String, String, String, String).

CreateTaskRequest(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, AppliedCategories, Nullable<Int32>)

Creates a new instance of CreateTaskRequest(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, AppliedCategories, Nullable<Int32>).

GetPlanDetailsResponse(Nullable<JsonElement>, String)

Creates a new instance of GetPlanDetailsResponse(Nullable<JsonElement>, String).

GetTaskDetailsResponse(String, String, List<Nullable<JsonElement>>, List<Nullable<JsonElement>>)

Creates a new instance of GetTaskDetailsResponse(String, String, List<Nullable<JsonElement>>, List<Nullable<JsonElement>>).

GetTaskResponse(Nullable<JsonElement>, String, String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Int32>, String, AppliedCategories, List<Nullable<JsonElement>>)

Creates a new instance of GetTaskResponse(Nullable<JsonElement>, String, String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Int32>, String, AppliedCategories, List<Nullable<JsonElement>>).

ListBucketsResponse(List<Nullable<JsonElement>>)

Creates a new instance of ListBucketsResponse(List<Nullable<JsonElement>>).

ListGroupsResponse(List<Nullable<JsonElement>>)

Creates a new instance of ListGroupsResponse(List<Nullable<JsonElement>>).

ListMyPlansResponse(List<Nullable<JsonElement>>)

Creates a new instance of ListMyPlansResponse(List<Nullable<JsonElement>>).

ListTasksResponse(List<GetTaskResponse>, String)

Creates a new instance of ListTasksResponse(List<GetTaskResponse>, String).

UnassignUsersInput(String)

Creates a new instance of UnassignUsersInput(String).

UpdateTaskDetailsRequest(String, List<Nullable<JsonElement>>, List<Nullable<JsonElement>>)

Creates a new instance of UpdateTaskDetailsRequest(String, List<Nullable<JsonElement>>, List<Nullable<JsonElement>>).

UpdateTaskRequest(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, String, AppliedCategories)

Creates a new instance of UpdateTaskRequest(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, String, AppliedCategories).

Applies to