/// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new TagAsHierarchyRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
 /// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new SegmentTestActionRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
Пример #3
0
 /// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new CallRecordSessionsCollectionRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
 /// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new SegmentRefTypesCollectionWithReferencesRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
Пример #5
0
 /// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new ManagedTenantManagementTemplatesCollectionRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
Пример #6
0
 /// <summary>
 /// Constructs a new <see cref="ReviewSetAddToReviewSetRequestBuilder"/>.
 /// </summary>
 /// <param name="requestUrl">The URL for the request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 /// <param name="sourceCollection">A sourceCollection parameter for the OData method call.</param>
 /// <param name="additionalData">A additionalData parameter for the OData method call.</param>
 public ReviewSetAddToReviewSetRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client,
     SourceCollection sourceCollection,
     AdditionalDataOptions?additionalData)
     : base(requestUrl, client)
 {
     this.SetParameter("sourceCollection", sourceCollection, true);
     this.SetParameter("additionalData", additionalData, true);
 }
 /// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new LegalHoldUnifiedGroupSourcesCollectionRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
Пример #8
0
 /// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new ExternalConnectionGroupsCollectionRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
Пример #9
0
 /// <summary>
 /// Initializes the NextPageRequest property.
 /// </summary>
 public void InitializeNextPageRequest(Microsoft.Graph.IBaseClient client, string nextPageLinkString)
 {
     if (!string.IsNullOrEmpty(nextPageLinkString))
     {
         this.NextPageRequest = new EdiscoveryrootCasesCollectionRequest(
             nextPageLinkString,
             client,
             null);
     }
 }
Пример #10
0
 /// <summary>
 /// Constructs a new <see cref="SegmentForwardRequestBuilder"/>.
 /// </summary>
 /// <param name="requestUrl">The URL for the request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 /// <param name="ToRecipients">A ToRecipients parameter for the OData method call.</param>
 /// <param name="SingleRecipient">A SingleRecipient parameter for the OData method call.</param>
 /// <param name="MultipleSessions">A MultipleSessions parameter for the OData method call.</param>
 /// <param name="SingleSession">A SingleSession parameter for the OData method call.</param>
 /// <param name="Comment">A Comment parameter for the OData method call.</param>
 public SegmentForwardRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client,
     IEnumerable <Microsoft.Graph.Recipient> ToRecipients,
     Microsoft.Graph.Recipient SingleRecipient,
     IEnumerable <Session> MultipleSessions,
     Session SingleSession,
     string Comment)
     : base(requestUrl, client)
 {
     this.SetParameter("toRecipients", ToRecipients, false);
     this.SetParameter("singleRecipient", SingleRecipient, false);
     this.SetParameter("multipleSessions", MultipleSessions, false);
     this.SetParameter("singleSession", SingleSession, false);
     this.SetParameter("comment", Comment, true);
 }
Пример #11
0
 /// <summary>
 /// Constructs a new <see cref="ReviewSetExportRequestBuilder"/>.
 /// </summary>
 /// <param name="requestUrl">The URL for the request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 /// <param name="exportStructure">A exportStructure parameter for the OData method call.</param>
 /// <param name="outputName">A outputName parameter for the OData method call.</param>
 /// <param name="description">A description parameter for the OData method call.</param>
 /// <param name="azureBlobContainer">A azureBlobContainer parameter for the OData method call.</param>
 /// <param name="azureBlobToken">A azureBlobToken parameter for the OData method call.</param>
 /// <param name="exportOptions">A exportOptions parameter for the OData method call.</param>
 public ReviewSetExportRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client,
     ExportFileStructure exportStructure,
     string outputName,
     string description,
     string azureBlobContainer,
     string azureBlobToken,
     ExportOptions?exportOptions)
     : base(requestUrl, client)
 {
     this.SetParameter("exportStructure", exportStructure, false);
     this.SetParameter("outputName", outputName, true);
     this.SetParameter("description", description, true);
     this.SetParameter("azureBlobContainer", azureBlobContainer, true);
     this.SetParameter("azureBlobToken", azureBlobToken, true);
     this.SetParameter("exportOptions", exportOptions, true);
 }
 /// <summary>
 /// Constructs a new SourceCollectionCustodianSourcesCollectionWithReferencesRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public SourceCollectionCustodianSourcesCollectionWithReferencesRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #13
0
 /// <summary>
 /// Constructs a new StoreGroupsCollectionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public StoreGroupsCollectionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #14
0
 /// <summary>
 /// Constructs a new PhotoContentRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public PhotoContentRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #15
0
 /// <summary>
 /// Constructs a new SetWithReferenceRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public SetWithReferenceRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new ManagedTenantManagementTemplateCollectionsCollectionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public ManagedTenantManagementTemplateCollectionsCollectionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new ManagementTemplateRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public ManagementTemplateRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new SetChildrenCollectionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public SetChildrenCollectionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #19
0
 /// <summary>
 /// Constructs a new OptionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public OptionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new EstimateStatisticsOperationReferenceRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public EstimateStatisticsOperationReferenceRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #21
0
 /// <summary>
 /// Constructs a new CallRecordSessionsCollectionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public CallRecordSessionsCollectionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #22
0
 /// <summary>
 /// Constructs a new SourceCollectionAdditionalSourcesCollectionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public SourceCollectionAdditionalSourcesCollectionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #23
0
 /// <summary>
 /// Constructs a new UnifiedGroupSourceRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public UnifiedGroupSourceRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new <see cref="CustodianActivateRequestBuilder"/>.
 /// </summary>
 /// <param name="requestUrl">The URL for the request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public CustodianActivateRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new ManagedTenantRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public ManagedTenantRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #26
0
 /// <summary>
 /// Constructs a new CaseExportOperationRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public CaseExportOperationRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new TermRelationsCollectionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public TermRelationsCollectionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #28
0
 /// <summary>
 /// Constructs a new AddToReviewSetOperationRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public AddToReviewSetOperationRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
Пример #29
0
 /// <summary>
 /// Constructs a new ExternalConnectionItemsCollectionRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public ExternalConnectionItemsCollectionRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }
 /// <summary>
 /// Constructs a new SegmentRefTypesCollectionWithReferencesRequestBuilder.
 /// </summary>
 /// <param name="requestUrl">The URL for the built request.</param>
 /// <param name="client">The <see cref="Microsoft.Graph.IBaseClient"/> for handling requests.</param>
 public SegmentRefTypesCollectionWithReferencesRequestBuilder(
     string requestUrl,
     Microsoft.Graph.IBaseClient client)
     : base(requestUrl, client)
 {
 }