RepliconModelFactory Class

Definition

Model factory for creating instances of Replicon 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 RepliconModelFactory
type RepliconModelFactory = class
Public Class RepliconModelFactory
Inheritance
RepliconModelFactory

Methods

Name Description
BulkGetProjectDetails3Input(List<Nullable<JsonElement>>)

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

BulkGetTimeEnteredSummaryInput(List<String>)

Creates a new instance of BulkGetTimeEnteredSummaryInput(List<String>).

BulkGetTimeEnteredSummaryResponse(List<Nullable<JsonElement>>)

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

CreateProjectOrApplyModificationsInput(Nullable<JsonElement>, Nullable<JsonElement>, String, String)

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

CreateProjectOrApplyModificationsResponse(Nullable<JsonElement>)

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

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

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

CreateTaskHierarchyOrApplyModificationsResponse(List<Nullable<JsonElement>>)

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

Date(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Creates a new instance of Date(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>).

Duration(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Creates a new instance of Duration(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>).

GetDescendantTaskDetailsInput(String)

Creates a new instance of GetDescendantTaskDetailsInput(String).

GetTimesheetSummaryInput(String)

Creates a new instance of GetTimesheetSummaryInput(String).

GetTimesheetSummaryResponse(Nullable<JsonElement>)

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

MoveTaskInput(String, String, String)

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

ProjectDetailsResponse(List<Nullable<JsonElement>>)

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

PutProjectTeamMemberAssignmentsInput(String, List<String>)

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

PutResourceAssignmentsInput(String, List<String>)

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

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

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

TaskListServiceGetDataResponse(Nullable<JsonElement>)

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

TenantEndpointDetails(Nullable<JsonElement>)

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

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

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

UserListServiceGetDataResponse(Nullable<JsonElement>)

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

WebhookSubscriptionResponse(String, String, String, String, String, String, String)

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

WebhookSubscriptionsRestAPIInput(String, String)

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

Applies to