Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
164 changes: 164 additions & 0 deletions src/main/java/com/microsoft/graph/generated/kiota-dom-export.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "B2FA7ABF690E531FF817BF174D140C84D65DAFBDEC961456F9DF7C5784E7FC3924A73B0A460D7ED81C7410B436708443A6FE16075FB72AC2AA98FB1A7AE637E4",
"descriptionHash": "4A7676FDCEE3F1E69B32FDB0B878451D5F47293C7C1951863D16AF34DF176DFEC21F6F78BF87686D80E6CA242C16163E664975627C2AD62F8E982901C96A2A29",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static ApplicationTemplate createFromDiscriminatorValue(@jakarta.annotati
return new ApplicationTemplate();
}
/**
* Gets the categories property value. The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.
* Gets the categories property value. The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting. Supports $filter (contains).
* @return a {@link java.util.List<String>}
*/
@jakarta.annotation.Nullable
Expand All @@ -41,7 +41,7 @@ public String getDescription() {
return this.backingStore.get("description");
}
/**
* Gets the displayName property value. The name of the application.
* Gets the displayName property value. The name of the application. Supports $filter (contains).
* @return a {@link String}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -122,7 +122,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("supportedSingleSignOnModes", this.getSupportedSingleSignOnModes());
}
/**
* Sets the categories property value. The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design &amp; hosting.
* Sets the categories property value. The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design &amp; hosting. Supports $filter (contains).
* @param value Value to set for the categories property.
*/
public void setCategories(@jakarta.annotation.Nullable final java.util.List<String> value) {
Expand All @@ -136,7 +136,7 @@ public void setDescription(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("description", value);
}
/**
* Sets the displayName property value. The name of the application.
* Sets the displayName property value. The name of the application. Supports $filter (contains).
* @param value Value to set for the displayName property.
*/
public void setDisplayName(@jakarta.annotation.Nullable final String value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public ItemBody getUniqueBody() {
return this.backingStore.get("uniqueBody");
}
/**
* Gets the webLink property value. The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.
* Gets the webLink property value. The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
Expand Down Expand Up @@ -557,7 +557,7 @@ public void setUniqueBody(@jakarta.annotation.Nullable final ItemBody value) {
this.backingStore.set("uniqueBody", value);
}
/**
* Sets the webLink property value. The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.
* Sets the webLink property value. The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.
* @param value Value to set for the webLink property.
*/
public void setWebLink(@jakarta.annotation.Nullable final String value) {
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/com/microsoft/graph/generated/models/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@ public String getCity() {
public CloudClipboardRoot getCloudClipboard() {
return this.backingStore.get("cloudClipboard");
}
/**
* Gets the cloudPCs property value. The user&apos;s Cloud PCs. Read-only. Nullable.
* @return a {@link java.util.List<CloudPC>}
*/
@jakarta.annotation.Nullable
public java.util.List<CloudPC> getCloudPCs() {
return this.backingStore.get("cloudPCs");
}
/**
* Gets the companyName property value. The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
* @return a {@link String}
Expand Down Expand Up @@ -431,6 +439,7 @@ public Map<String, java.util.function.Consumer<ParseNode>> getFieldDeserializers
deserializerMap.put("chats", (n) -> { this.setChats(n.getCollectionOfObjectValues(Chat::createFromDiscriminatorValue)); });
deserializerMap.put("city", (n) -> { this.setCity(n.getStringValue()); });
deserializerMap.put("cloudClipboard", (n) -> { this.setCloudClipboard(n.getObjectValue(CloudClipboardRoot::createFromDiscriminatorValue)); });
deserializerMap.put("cloudPCs", (n) -> { this.setCloudPCs(n.getCollectionOfObjectValues(CloudPC::createFromDiscriminatorValue)); });
deserializerMap.put("companyName", (n) -> { this.setCompanyName(n.getStringValue()); });
deserializerMap.put("consentProvidedForMinor", (n) -> { this.setConsentProvidedForMinor(n.getStringValue()); });
deserializerMap.put("contactFolders", (n) -> { this.setContactFolders(n.getCollectionOfObjectValues(ContactFolder::createFromDiscriminatorValue)); });
Expand Down Expand Up @@ -1234,6 +1243,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("chats", this.getChats());
writer.writeStringValue("city", this.getCity());
writer.writeObjectValue("cloudClipboard", this.getCloudClipboard());
writer.writeCollectionOfObjectValues("cloudPCs", this.getCloudPCs());
writer.writeStringValue("companyName", this.getCompanyName());
writer.writeStringValue("consentProvidedForMinor", this.getConsentProvidedForMinor());
writer.writeCollectionOfObjectValues("contactFolders", this.getContactFolders());
Expand Down Expand Up @@ -1479,6 +1489,13 @@ public void setCity(@jakarta.annotation.Nullable final String value) {
public void setCloudClipboard(@jakarta.annotation.Nullable final CloudClipboardRoot value) {
this.backingStore.set("cloudClipboard", value);
}
/**
* Sets the cloudPCs property value. The user&apos;s Cloud PCs. Read-only. Nullable.
* @param value Value to set for the cloudPCs property.
*/
public void setCloudPCs(@jakarta.annotation.Nullable final java.util.List<CloudPC> value) {
this.backingStore.set("cloudPCs", value);
}
/**
* Sets the companyName property value. The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
* @param value Value to set for the companyName property.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import com.microsoft.graph.users.item.checkmembergroups.CheckMemberGroupsRequestBuilder;
import com.microsoft.graph.users.item.checkmemberobjects.CheckMemberObjectsRequestBuilder;
import com.microsoft.graph.users.item.cloudclipboard.CloudClipboardRequestBuilder;
import com.microsoft.graph.users.item.cloudpcs.CloudPCsRequestBuilder;
import com.microsoft.graph.users.item.contactfolders.ContactFoldersRequestBuilder;
import com.microsoft.graph.users.item.contacts.ContactsRequestBuilder;
import com.microsoft.graph.users.item.createdobjects.CreatedObjectsRequestBuilder;
Expand Down Expand Up @@ -209,6 +210,14 @@ public CheckMemberObjectsRequestBuilder checkMemberObjects() {
public CloudClipboardRequestBuilder cloudClipboard() {
return new CloudClipboardRequestBuilder(pathParameters, requestAdapter);
}
/**
* Provides operations to manage the cloudPCs property of the microsoft.graph.user entity.
* @return a {@link CloudPCsRequestBuilder}
*/
@jakarta.annotation.Nonnull
public CloudPCsRequestBuilder cloudPCs() {
return new CloudPCsRequestBuilder(pathParameters, requestAdapter);
}
/**
* Provides operations to manage the contactFolders property of the microsoft.graph.user entity.
* @return a {@link ContactFoldersRequestBuilder}
Expand Down
Loading
Loading