Office365GroupsModelFactory Class

Definition

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

Methods

Name Description
CreateCalendarEventResponse(String, Nullable<Int32>, Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>)

Creates a new instance of CreateCalendarEventResponse(String, Nullable<Int32>, Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>).

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

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

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

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

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

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

SensitivityLabelMetadata(String, String, String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String)

Creates a new instance of SensitivityLabelMetadata(String, String, String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String).

UpdateCalendarEventHTMLRequest(String, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<Importance>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<ShowAs>, Nullable<Boolean>)

Creates a new instance of UpdateCalendarEventHTMLRequest(String, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<Importance>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<ShowAs>, Nullable<Boolean>).

Applies to