Skip to content

Commit 825557a

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
- updates types summary
1 parent 65a172f commit 825557a

File tree

1 file changed

+258
-3
lines changed

1 file changed

+258
-3
lines changed

typeSummary.txt

Lines changed: 258 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,6 +2093,30 @@
20932093
ENTITY_URL
20942094
TEXT
20952095
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
20962120
enum com.microsoft.graph.models.ThreatAssessmentContentType
20972121
MAIL
20982122
URL
@@ -7602,6 +7626,11 @@
76027626
return type java.util.List
76037627
method newBuilder
76047628
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
76057634
class com.microsoft.graph.models.ChannelIdentity
76067635
property channelId : java.lang.String
76077636
property oDataType : java.lang.String
@@ -7653,7 +7682,7 @@
76537682
property createdDateTime : java.time.OffsetDateTime
76547683
property deletedDateTime : java.time.OffsetDateTime
76557684
property etag : java.lang.String
7656-
property from : com.microsoft.graph.models.IdentitySet
7685+
property from : com.microsoft.graph.models.ChatMessageFromIdentitySet
76577686
property hostedContents : com.microsoft.graph.requests.ChatMessageHostedContentCollectionPage
76587687
property id : java.lang.String
76597688
property importance : com.microsoft.graph.models.ChatMessageImportance
@@ -7695,6 +7724,17 @@
76957724
return type java.util.List
76967725
method newBuilder
76977726
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
76987738
class com.microsoft.graph.models.ChatMessageHostedContent : com.microsoft.graph.models.TeamworkHostedContent
76997739
property contentBytes : [B
77007740
property contentType : java.lang.String
@@ -7709,14 +7749,26 @@
77097749
class com.microsoft.graph.models.ChatMessageMention
77107750
property id : java.lang.Integer
77117751
property mentionText : java.lang.String
7712-
property mentioned : com.microsoft.graph.models.IdentitySet
7752+
property mentioned : com.microsoft.graph.models.ChatMessageMentionedIdentitySet
77137753
property oDataType : java.lang.String
77147754
method additionalDataManager
77157755
return type com.microsoft.graph.serializer.AdditionalDataManager
77167756
method setRawObject
77177757
return type void
77187758
param arg0 : com.microsoft.graph.serializer.ISerializer
77197759
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
77207772
class com.microsoft.graph.models.ChatMessagePolicyViolation
77217773
property dlpAction : java.util.EnumSet
77227774
property justificationText : java.lang.String
@@ -7745,7 +7797,18 @@
77457797
property createdDateTime : java.time.OffsetDateTime
77467798
property oDataType : java.lang.String
77477799
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
77497812
method additionalDataManager
77507813
return type com.microsoft.graph.serializer.AdditionalDataManager
77517814
method setRawObject
@@ -11261,6 +11324,7 @@
1126111324
property hideFromOutlookClients : java.lang.Boolean
1126211325
property id : java.lang.String
1126311326
property isArchived : java.lang.Boolean
11327+
property isAssignableToRole : java.lang.Boolean
1126411328
property isSubscribedByMail : java.lang.Boolean
1126511329
property licenseProcessingState : com.microsoft.graph.models.LicenseProcessingState
1126611330
property mail : java.lang.String
@@ -19854,6 +19918,17 @@
1985419918
return type void
1985519919
param arg0 : com.microsoft.graph.serializer.ISerializer
1985619920
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
1985719932
class com.microsoft.graph.models.TeamworkBot : com.microsoft.graph.models.Entity
1985819933
property id : java.lang.String
1985919934
property oDataType : java.lang.String
@@ -19863,6 +19938,17 @@
1986319938
return type void
1986419939
param arg0 : com.microsoft.graph.serializer.ISerializer
1986519940
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
1986619952
class com.microsoft.graph.models.TeamworkHostedContent : com.microsoft.graph.models.Entity
1986719953
property contentBytes : [B
1986819954
property contentType : java.lang.String
@@ -19882,6 +19968,27 @@
1988219968
return type void
1988319969
param arg0 : com.microsoft.graph.serializer.ISerializer
1988419970
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
1988519992
class com.microsoft.graph.models.TelecomExpenseManagementPartner : com.microsoft.graph.models.Entity
1988619993
property appAuthorized : java.lang.Boolean
1988719994
property displayName : java.lang.String
@@ -43998,6 +44105,8 @@
4399844105
param arg0 : java.lang.String
4399944106
method count
4400044107
return type com.microsoft.graph.http.PrimitiveRequestBuilder
44108+
method getAllMessages
44109+
return type com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequestBuilder
4400144110
method getClient
4400244111
return type com.microsoft.graph.core.IBaseClient
4400344112
method getOptions
@@ -44117,6 +44226,152 @@
4411744226
method getRequestUrlWithAdditionalSegment
4411844227
return type java.lang.String
4411944228
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
4412044375
class com.microsoft.graph.requests.ChannelRequest : com.microsoft.graph.http.BaseRequest
4412144376
property REQUEST_STATS_HEADER_VALUE_FORMAT_STRING : java.lang.String
4412244377
method addFunctionOption

0 commit comments

Comments
 (0)