|
2093 | 2093 | ENTITY_URL |
2094 | 2094 | TEXT |
2095 | 2095 | UNEXPECTED_VALUE |
| 2096 | + enum com.microsoft.graph.models.TeamworkApplicationIdentityType |
| 2097 | + AAD_APPLICATION |
| 2098 | + BOT |
| 2099 | + TENANT_BOT |
| 2100 | + OFFICE365_CONNECTOR |
| 2101 | + OUTGOING_WEBHOOK |
| 2102 | + UNKNOWN_FUTURE_VALUE |
| 2103 | + UNEXPECTED_VALUE |
| 2104 | + enum com.microsoft.graph.models.TeamworkConversationIdentityType |
| 2105 | + TEAM |
| 2106 | + CHANNEL |
| 2107 | + CHAT |
| 2108 | + UNKNOWN_FUTURE_VALUE |
| 2109 | + UNEXPECTED_VALUE |
| 2110 | + enum com.microsoft.graph.models.TeamworkUserIdentityType |
| 2111 | + AAD_USER |
| 2112 | + ON_PREMISE_AAD_USER |
| 2113 | + ANONYMOUS_GUEST |
| 2114 | + FEDERATED_USER |
| 2115 | + PERSONAL_MICROSOFT_ACCOUNT_USER |
| 2116 | + SKYPE_USER |
| 2117 | + PHONE_USER |
| 2118 | + UNKNOWN_FUTURE_VALUE |
| 2119 | + UNEXPECTED_VALUE |
2096 | 2120 | enum com.microsoft.graph.models.ThreatAssessmentContentType |
2097 | 2121 | MAIL |
2098 | 2122 | URL |
|
7602 | 7626 | return type java.util.List |
7603 | 7627 | method newBuilder |
7604 | 7628 | return type com.microsoft.graph.models.ChannelCompleteMigrationParameterSet$ChannelCompleteMigrationParameterSetBuilder |
| 7629 | + class com.microsoft.graph.models.ChannelGetAllMessagesParameterSet |
| 7630 | + method getFunctionOptions |
| 7631 | + return type java.util.List |
| 7632 | + method newBuilder |
| 7633 | + return type com.microsoft.graph.models.ChannelGetAllMessagesParameterSet$ChannelGetAllMessagesParameterSetBuilder |
7605 | 7634 | class com.microsoft.graph.models.ChannelIdentity |
7606 | 7635 | property channelId : java.lang.String |
7607 | 7636 | property oDataType : java.lang.String |
|
7653 | 7682 | property createdDateTime : java.time.OffsetDateTime |
7654 | 7683 | property deletedDateTime : java.time.OffsetDateTime |
7655 | 7684 | property etag : java.lang.String |
7656 | | - property from : com.microsoft.graph.models.IdentitySet |
| 7685 | + property from : com.microsoft.graph.models.ChatMessageFromIdentitySet |
7657 | 7686 | property hostedContents : com.microsoft.graph.requests.ChatMessageHostedContentCollectionPage |
7658 | 7687 | property id : java.lang.String |
7659 | 7688 | property importance : com.microsoft.graph.models.ChatMessageImportance |
|
7695 | 7724 | return type java.util.List |
7696 | 7725 | method newBuilder |
7697 | 7726 | return type com.microsoft.graph.models.ChatMessageDeltaParameterSet$ChatMessageDeltaParameterSetBuilder |
| 7727 | + class com.microsoft.graph.models.ChatMessageFromIdentitySet : com.microsoft.graph.models.IdentitySet |
| 7728 | + property application : com.microsoft.graph.models.Identity |
| 7729 | + property device : com.microsoft.graph.models.Identity |
| 7730 | + property oDataType : java.lang.String |
| 7731 | + property user : com.microsoft.graph.models.Identity |
| 7732 | + method additionalDataManager |
| 7733 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 7734 | + method setRawObject |
| 7735 | + return type void |
| 7736 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 7737 | + param arg1 : com.google.gson.JsonObject |
7698 | 7738 | class com.microsoft.graph.models.ChatMessageHostedContent : com.microsoft.graph.models.TeamworkHostedContent |
7699 | 7739 | property contentBytes : [B |
7700 | 7740 | property contentType : java.lang.String |
|
7709 | 7749 | class com.microsoft.graph.models.ChatMessageMention |
7710 | 7750 | property id : java.lang.Integer |
7711 | 7751 | property mentionText : java.lang.String |
7712 | | - property mentioned : com.microsoft.graph.models.IdentitySet |
| 7752 | + property mentioned : com.microsoft.graph.models.ChatMessageMentionedIdentitySet |
7713 | 7753 | property oDataType : java.lang.String |
7714 | 7754 | method additionalDataManager |
7715 | 7755 | return type com.microsoft.graph.serializer.AdditionalDataManager |
7716 | 7756 | method setRawObject |
7717 | 7757 | return type void |
7718 | 7758 | param arg0 : com.microsoft.graph.serializer.ISerializer |
7719 | 7759 | param arg1 : com.google.gson.JsonObject |
| 7760 | + class com.microsoft.graph.models.ChatMessageMentionedIdentitySet : com.microsoft.graph.models.IdentitySet |
| 7761 | + property application : com.microsoft.graph.models.Identity |
| 7762 | + property conversation : com.microsoft.graph.models.TeamworkConversationIdentity |
| 7763 | + property device : com.microsoft.graph.models.Identity |
| 7764 | + property oDataType : java.lang.String |
| 7765 | + property user : com.microsoft.graph.models.Identity |
| 7766 | + method additionalDataManager |
| 7767 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 7768 | + method setRawObject |
| 7769 | + return type void |
| 7770 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 7771 | + param arg1 : com.google.gson.JsonObject |
7720 | 7772 | class com.microsoft.graph.models.ChatMessagePolicyViolation |
7721 | 7773 | property dlpAction : java.util.EnumSet |
7722 | 7774 | property justificationText : java.lang.String |
|
7745 | 7797 | property createdDateTime : java.time.OffsetDateTime |
7746 | 7798 | property oDataType : java.lang.String |
7747 | 7799 | property reactionType : java.lang.String |
7748 | | - property user : com.microsoft.graph.models.IdentitySet |
| 7800 | + property user : com.microsoft.graph.models.ChatMessageReactionIdentitySet |
| 7801 | + method additionalDataManager |
| 7802 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 7803 | + method setRawObject |
| 7804 | + return type void |
| 7805 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 7806 | + param arg1 : com.google.gson.JsonObject |
| 7807 | + class com.microsoft.graph.models.ChatMessageReactionIdentitySet : com.microsoft.graph.models.IdentitySet |
| 7808 | + property application : com.microsoft.graph.models.Identity |
| 7809 | + property device : com.microsoft.graph.models.Identity |
| 7810 | + property oDataType : java.lang.String |
| 7811 | + property user : com.microsoft.graph.models.Identity |
7749 | 7812 | method additionalDataManager |
7750 | 7813 | return type com.microsoft.graph.serializer.AdditionalDataManager |
7751 | 7814 | method setRawObject |
|
11261 | 11324 | property hideFromOutlookClients : java.lang.Boolean |
11262 | 11325 | property id : java.lang.String |
11263 | 11326 | property isArchived : java.lang.Boolean |
| 11327 | + property isAssignableToRole : java.lang.Boolean |
11264 | 11328 | property isSubscribedByMail : java.lang.Boolean |
11265 | 11329 | property licenseProcessingState : com.microsoft.graph.models.LicenseProcessingState |
11266 | 11330 | property mail : java.lang.String |
|
19854 | 19918 | return type void |
19855 | 19919 | param arg0 : com.microsoft.graph.serializer.ISerializer |
19856 | 19920 | param arg1 : com.google.gson.JsonObject |
| 19921 | + class com.microsoft.graph.models.TeamworkApplicationIdentity : com.microsoft.graph.models.Identity |
| 19922 | + property applicationIdentityType : com.microsoft.graph.models.TeamworkApplicationIdentityType |
| 19923 | + property displayName : java.lang.String |
| 19924 | + property id : java.lang.String |
| 19925 | + property oDataType : java.lang.String |
| 19926 | + method additionalDataManager |
| 19927 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 19928 | + method setRawObject |
| 19929 | + return type void |
| 19930 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 19931 | + param arg1 : com.google.gson.JsonObject |
19857 | 19932 | class com.microsoft.graph.models.TeamworkBot : com.microsoft.graph.models.Entity |
19858 | 19933 | property id : java.lang.String |
19859 | 19934 | property oDataType : java.lang.String |
|
19863 | 19938 | return type void |
19864 | 19939 | param arg0 : com.microsoft.graph.serializer.ISerializer |
19865 | 19940 | param arg1 : com.google.gson.JsonObject |
| 19941 | + class com.microsoft.graph.models.TeamworkConversationIdentity : com.microsoft.graph.models.Identity |
| 19942 | + property conversationIdentityType : com.microsoft.graph.models.TeamworkConversationIdentityType |
| 19943 | + property displayName : java.lang.String |
| 19944 | + property id : java.lang.String |
| 19945 | + property oDataType : java.lang.String |
| 19946 | + method additionalDataManager |
| 19947 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 19948 | + method setRawObject |
| 19949 | + return type void |
| 19950 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 19951 | + param arg1 : com.google.gson.JsonObject |
19866 | 19952 | class com.microsoft.graph.models.TeamworkHostedContent : com.microsoft.graph.models.Entity |
19867 | 19953 | property contentBytes : [B |
19868 | 19954 | property contentType : java.lang.String |
|
19882 | 19968 | return type void |
19883 | 19969 | param arg0 : com.microsoft.graph.serializer.ISerializer |
19884 | 19970 | param arg1 : com.google.gson.JsonObject |
| 19971 | + class com.microsoft.graph.models.TeamworkTagIdentity : com.microsoft.graph.models.Identity |
| 19972 | + property displayName : java.lang.String |
| 19973 | + property id : java.lang.String |
| 19974 | + property oDataType : java.lang.String |
| 19975 | + method additionalDataManager |
| 19976 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 19977 | + method setRawObject |
| 19978 | + return type void |
| 19979 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 19980 | + param arg1 : com.google.gson.JsonObject |
| 19981 | + class com.microsoft.graph.models.TeamworkUserIdentity : com.microsoft.graph.models.Identity |
| 19982 | + property displayName : java.lang.String |
| 19983 | + property id : java.lang.String |
| 19984 | + property oDataType : java.lang.String |
| 19985 | + property userIdentityType : com.microsoft.graph.models.TeamworkUserIdentityType |
| 19986 | + method additionalDataManager |
| 19987 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 19988 | + method setRawObject |
| 19989 | + return type void |
| 19990 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 19991 | + param arg1 : com.google.gson.JsonObject |
19885 | 19992 | class com.microsoft.graph.models.TelecomExpenseManagementPartner : com.microsoft.graph.models.Entity |
19886 | 19993 | property appAuthorized : java.lang.Boolean |
19887 | 19994 | property displayName : java.lang.String |
|
43998 | 44105 | param arg0 : java.lang.String |
43999 | 44106 | method count |
44000 | 44107 | return type com.microsoft.graph.http.PrimitiveRequestBuilder |
| 44108 | + method getAllMessages |
| 44109 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequestBuilder |
44001 | 44110 | method getClient |
44002 | 44111 | return type com.microsoft.graph.core.IBaseClient |
44003 | 44112 | method getOptions |
@@ -44117,6 +44226,152 @@ |
44117 | 44226 | method getRequestUrlWithAdditionalSegment |
44118 | 44227 | return type java.lang.String |
44119 | 44228 | param arg0 : java.lang.String |
| 44229 | + class com.microsoft.graph.requests.ChannelGetAllMessagesCollectionPage : com.microsoft.graph.http.BaseCollectionPage |
| 44230 | + method additionalDataManager |
| 44231 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 44232 | + method getCount |
| 44233 | + return type java.lang.Long |
| 44234 | + method getCurrentPage |
| 44235 | + return type java.util.List |
| 44236 | + method getNextPage |
| 44237 | + return type com.microsoft.graph.http.BaseRequestBuilder |
| 44238 | + method setRawObject |
| 44239 | + return type void |
| 44240 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 44241 | + param arg1 : com.google.gson.JsonObject |
| 44242 | + class com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest : com.microsoft.graph.http.BaseFunctionCollectionRequest |
| 44243 | + method addFunctionOption |
| 44244 | + return type void |
| 44245 | + param arg0 : com.microsoft.graph.options.FunctionOption |
| 44246 | + method addHeader |
| 44247 | + return type void |
| 44248 | + param arg0 : java.lang.String |
| 44249 | + param arg1 : java.lang.String |
| 44250 | + method addQueryOption |
| 44251 | + return type void |
| 44252 | + param arg0 : com.microsoft.graph.options.QueryOption |
| 44253 | + method buildFromResponse |
| 44254 | + return type com.microsoft.graph.http.BaseCollectionPage |
| 44255 | + param arg0 : com.microsoft.graph.http.ICollectionResponse |
| 44256 | + method count |
| 44257 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44258 | + method count |
| 44259 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44260 | + param arg0 : boolean |
| 44261 | + method expand |
| 44262 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44263 | + param arg0 : java.lang.String |
| 44264 | + method filter |
| 44265 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44266 | + param arg0 : java.lang.String |
| 44267 | + method get |
| 44268 | + return type com.microsoft.graph.http.BaseCollectionPage |
| 44269 | + method getAsync |
| 44270 | + return type java.util.concurrent.CompletableFuture |
| 44271 | + method getBaseRequest |
| 44272 | + return type com.microsoft.graph.http.BaseRequest |
| 44273 | + method getCollectionPageClass |
| 44274 | + return type java.lang.Class |
| 44275 | + method getDelay |
| 44276 | + return type long |
| 44277 | + method getHeaders |
| 44278 | + return type java.util.List |
| 44279 | + method getHttpMethod |
| 44280 | + return type com.microsoft.graph.http.HttpMethod |
| 44281 | + method getHttpRequest |
| 44282 | + return type java.lang.Object |
| 44283 | + method getHttpRequest |
| 44284 | + return type java.lang.Object |
| 44285 | + param arg0 : java.lang.Object |
| 44286 | + method getMaxRedirects |
| 44287 | + return type int |
| 44288 | + method getMaxRetries |
| 44289 | + return type int |
| 44290 | + method getOptions |
| 44291 | + return type java.util.List |
| 44292 | + method getRequestUrl |
| 44293 | + return type java.net.URL |
| 44294 | + method getShouldRedirect |
| 44295 | + return type com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect |
| 44296 | + method getShouldRetry |
| 44297 | + return type com.microsoft.graph.httpcore.middlewareoption.IShouldRetry |
| 44298 | + method getUseCaches |
| 44299 | + return type boolean |
| 44300 | + method orderBy |
| 44301 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44302 | + param arg0 : java.lang.String |
| 44303 | + method select |
| 44304 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44305 | + param arg0 : java.lang.String |
| 44306 | + method setDelay |
| 44307 | + return type void |
| 44308 | + param arg0 : long |
| 44309 | + method setMaxRedirects |
| 44310 | + return type void |
| 44311 | + param arg0 : int |
| 44312 | + method setMaxRetries |
| 44313 | + return type void |
| 44314 | + param arg0 : int |
| 44315 | + method setShouldRedirect |
| 44316 | + return type void |
| 44317 | + param arg0 : com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect |
| 44318 | + method setShouldRetry |
| 44319 | + return type void |
| 44320 | + param arg0 : com.microsoft.graph.httpcore.middlewareoption.IShouldRetry |
| 44321 | + method setUseCaches |
| 44322 | + return type void |
| 44323 | + param arg0 : boolean |
| 44324 | + method skipToken |
| 44325 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44326 | + param arg0 : java.lang.String |
| 44327 | + method skip |
| 44328 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44329 | + param arg0 : int |
| 44330 | + method top |
| 44331 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44332 | + param arg0 : int |
| 44333 | + method withHttpMethod |
| 44334 | + return type com.microsoft.graph.http.IHttpRequest |
| 44335 | + param arg0 : com.microsoft.graph.http.HttpMethod |
| 44336 | + class com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequestBuilder : com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder |
| 44337 | + method buildRequest |
| 44338 | + return type com.microsoft.graph.http.BaseCollectionRequest |
| 44339 | + param arg0 : [Lcom.microsoft.graph.options.Option; |
| 44340 | + method buildRequest |
| 44341 | + return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest |
| 44342 | + param arg0 : java.util.List |
| 44343 | + method buildRequest |
| 44344 | + return type com.microsoft.graph.http.BaseCollectionRequest |
| 44345 | + param arg0 : java.util.List |
| 44346 | + method byId |
| 44347 | + return type com.microsoft.graph.http.BaseRequestBuilder |
| 44348 | + param arg0 : java.lang.String |
| 44349 | + method getClient |
| 44350 | + return type com.microsoft.graph.core.IBaseClient |
| 44351 | + method getOptions |
| 44352 | + return type java.util.List |
| 44353 | + param arg0 : [Lcom.microsoft.graph.options.Option; |
| 44354 | + method getRequestUrl |
| 44355 | + return type java.lang.String |
| 44356 | + method getRequestUrlWithAdditionalParameter |
| 44357 | + return type java.lang.String |
| 44358 | + param arg0 : java.lang.String |
| 44359 | + method getRequestUrlWithAdditionalSegment |
| 44360 | + return type java.lang.String |
| 44361 | + param arg0 : java.lang.String |
| 44362 | + class com.microsoft.graph.requests.ChannelGetAllMessagesCollectionResponse : com.microsoft.graph.http.BaseCollectionResponse |
| 44363 | + property nextLink : java.lang.String |
| 44364 | + property value : java.util.List |
| 44365 | + method additionalDataManager |
| 44366 | + return type com.microsoft.graph.serializer.AdditionalDataManager |
| 44367 | + method nextLink |
| 44368 | + return type java.lang.String |
| 44369 | + method setRawObject |
| 44370 | + return type void |
| 44371 | + param arg0 : com.microsoft.graph.serializer.ISerializer |
| 44372 | + param arg1 : com.google.gson.JsonObject |
| 44373 | + method values |
| 44374 | + return type java.util.List |
44120 | 44375 | class com.microsoft.graph.requests.ChannelRequest : com.microsoft.graph.http.BaseRequest |
44121 | 44376 | property REQUEST_STATS_HEADER_VALUE_FORMAT_STRING : java.lang.String |
44122 | 44377 | method addFunctionOption |
|
0 commit comments