Skip to content

Commit 68e2fc9

Browse files
authored
Merge pull request #2576 from microsoftgraph/v1.0/pipelinebuild/216321
Generated models and request builders
2 parents 3e9cb81 + e107445 commit 68e2fc9

117 files changed

Lines changed: 1700 additions & 612 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/com/microsoft/graph/generated/admin/teams/userconfigurations/item/user/mailboxsettings/MailboxSettingsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public MailboxSettingsRequestBuilder(@jakarta.annotation.Nonnull final String ra
3737
super(requestAdapter, "{+baseurl}/admin/teams/userConfigurations/{teamsUserConfiguration%2Did}/user/mailboxSettings{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
40+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4141
* @return a {@link MailboxSettings}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
4343
*/
@@ -46,7 +46,7 @@ public MailboxSettings get() {
4646
return get(null);
4747
}
4848
/**
49-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
49+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return a {@link MailboxSettings}
5252
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -84,15 +84,15 @@ public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings b
8484
return this.requestAdapter.send(requestInfo, errorMapping, MailboxSettings::createFromDiscriminatorValue);
8585
}
8686
/**
87-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
87+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
8888
* @return a {@link RequestInformation}
8989
*/
9090
@jakarta.annotation.Nonnull
9191
public RequestInformation toGetRequestInformation() {
9292
return toGetRequestInformation(null);
9393
}
9494
/**
95-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
95+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
9696
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9797
* @return a {@link RequestInformation}
9898
*/
@@ -138,7 +138,7 @@ public MailboxSettingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
138138
return new MailboxSettingsRequestBuilder(rawUrl, requestAdapter);
139139
}
140140
/**
141-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
141+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
142142
*/
143143
@jakarta.annotation.Generated("com.microsoft.kiota")
144144
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/mailboxsettings/MailboxSettingsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public MailboxSettingsRequestBuilder(@jakarta.annotation.Nonnull final String ra
3737
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy%2Did}/assignments/{cloudPcProvisioningPolicyAssignment%2Did}/assignedUsers/{user%2Did}/mailboxSettings{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
40+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4141
* @return a {@link MailboxSettings}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
4343
*/
@@ -46,7 +46,7 @@ public MailboxSettings get() {
4646
return get(null);
4747
}
4848
/**
49-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
49+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return a {@link MailboxSettings}
5252
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -84,15 +84,15 @@ public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings b
8484
return this.requestAdapter.send(requestInfo, errorMapping, MailboxSettings::createFromDiscriminatorValue);
8585
}
8686
/**
87-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
87+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
8888
* @return a {@link RequestInformation}
8989
*/
9090
@jakarta.annotation.Nonnull
9191
public RequestInformation toGetRequestInformation() {
9292
return toGetRequestInformation(null);
9393
}
9494
/**
95-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
95+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
9696
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9797
* @return a {@link RequestInformation}
9898
*/
@@ -138,7 +138,7 @@ public MailboxSettingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
138138
return new MailboxSettingsRequestBuilder(rawUrl, requestAdapter);
139139
}
140140
/**
141-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
141+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
142142
*/
143143
@jakarta.annotation.Generated("com.microsoft.kiota")
144144
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/drives/item/createdbyuser/mailboxsettings/MailboxSettingsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public MailboxSettingsRequestBuilder(@jakarta.annotation.Nonnull final String ra
3737
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
40+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4141
* @return a {@link MailboxSettings}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
4343
*/
@@ -46,7 +46,7 @@ public MailboxSettings get() {
4646
return get(null);
4747
}
4848
/**
49-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
49+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return a {@link MailboxSettings}
5252
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -84,15 +84,15 @@ public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings b
8484
return this.requestAdapter.send(requestInfo, errorMapping, MailboxSettings::createFromDiscriminatorValue);
8585
}
8686
/**
87-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
87+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
8888
* @return a {@link RequestInformation}
8989
*/
9090
@jakarta.annotation.Nonnull
9191
public RequestInformation toGetRequestInformation() {
9292
return toGetRequestInformation(null);
9393
}
9494
/**
95-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
95+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
9696
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9797
* @return a {@link RequestInformation}
9898
*/
@@ -138,7 +138,7 @@ public MailboxSettingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
138138
return new MailboxSettingsRequestBuilder(rawUrl, requestAdapter);
139139
}
140140
/**
141-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
141+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
142142
*/
143143
@jakarta.annotation.Generated("com.microsoft.kiota")
144144
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/drives/item/items/item/createdbyuser/mailboxsettings/MailboxSettingsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public MailboxSettingsRequestBuilder(@jakarta.annotation.Nonnull final String ra
3737
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
40+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4141
* @return a {@link MailboxSettings}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
4343
*/
@@ -46,7 +46,7 @@ public MailboxSettings get() {
4646
return get(null);
4747
}
4848
/**
49-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
49+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return a {@link MailboxSettings}
5252
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -84,15 +84,15 @@ public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings b
8484
return this.requestAdapter.send(requestInfo, errorMapping, MailboxSettings::createFromDiscriminatorValue);
8585
}
8686
/**
87-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
87+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
8888
* @return a {@link RequestInformation}
8989
*/
9090
@jakarta.annotation.Nonnull
9191
public RequestInformation toGetRequestInformation() {
9292
return toGetRequestInformation(null);
9393
}
9494
/**
95-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
95+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
9696
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9797
* @return a {@link RequestInformation}
9898
*/
@@ -138,7 +138,7 @@ public MailboxSettingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
138138
return new MailboxSettingsRequestBuilder(rawUrl, requestAdapter);
139139
}
140140
/**
141-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
141+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
142142
*/
143143
@jakarta.annotation.Generated("com.microsoft.kiota")
144144
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/drives/item/items/item/lastmodifiedbyuser/mailboxsettings/MailboxSettingsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public MailboxSettingsRequestBuilder(@jakarta.annotation.Nonnull final String ra
3737
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
40+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4141
* @return a {@link MailboxSettings}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
4343
*/
@@ -46,7 +46,7 @@ public MailboxSettings get() {
4646
return get(null);
4747
}
4848
/**
49-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
49+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return a {@link MailboxSettings}
5252
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -84,15 +84,15 @@ public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings b
8484
return this.requestAdapter.send(requestInfo, errorMapping, MailboxSettings::createFromDiscriminatorValue);
8585
}
8686
/**
87-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
87+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
8888
* @return a {@link RequestInformation}
8989
*/
9090
@jakarta.annotation.Nonnull
9191
public RequestInformation toGetRequestInformation() {
9292
return toGetRequestInformation(null);
9393
}
9494
/**
95-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
95+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
9696
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9797
* @return a {@link RequestInformation}
9898
*/
@@ -138,7 +138,7 @@ public MailboxSettingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
138138
return new MailboxSettingsRequestBuilder(rawUrl, requestAdapter);
139139
}
140140
/**
141-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
141+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
142142
*/
143143
@jakarta.annotation.Generated("com.microsoft.kiota")
144144
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)