Channel layoutType property is missing in the SDK
还没有人认领这个 Issue。
评估
调研方向
从 graph.models.Channel 模型开始,并将其与 issue 中所示的 Microsoft Graph channels endpoint 进行比较。添加对读取和 patch layoutType 的支持,包括两个允许的值,然后验证 SDK 无需使用 additionalData 即可公开该属性。
由索引模型根据 Issue 内容生成。
描述
Describe the bug
The property layoutType is missing for the graph.models.Channel-Object. Without it reading the actual value of a channel is hard. Patching the property can be done with some workarounds using additionalData (see below).
The object:
A graph request:
https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}
Expected behavior
The property should be present in the graph.models.Channel-Object. Also an enum for the two allowed values would be nice.
How to reproduce
Simply use some sdk version and try to read or patch the layoutType of a channel.
SDK Version
6.63
Latest version known to work for scenario above?
none I guess
Known Workarounds
For a patch you can use one of:
.getAdditionalData().put("layoutType", "post");
.getAdditionalData().put("layoutType", "chat");
I don't know if there is a workaround for reading.
Debug output
No response
Configuration
This should not impact the issue, since it is not present in the models of the java-SDK.
Other information
No response
- 主要语言
- Java
- 星标
- 444
- 派生
- 154
- 平均合并
- 18 小时 28 分钟
- 30 天内合并 PR
- 4
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
microsoftgraph/msgraph-sdk-java 的其他 Issue
-
status:waiting-for-triage type:bug
难度 2/5 1-3 小时 新手友好度 68/100
microsoftgraph/msgraph-sdk-java#2610 ·
-
status:waiting-for-triage type:bug
难度 3/5 1-2 天 新手友好度 55/100
microsoftgraph/msgraph-sdk-java#2656 ·
-
status:waiting-for-triage type:bug
难度 4/5 3-5 天 新手友好度 38/100
microsoftgraph/msgraph-sdk-java#2654 ·
-
status:waiting-for-triage
难度 4/5 3-5 天 新手友好度 35/100
microsoftgraph/msgraph-sdk-java#2639 ·
-
status:waiting-for-triage type:bug
难度 3/5 1-2 天 新手友好度 35/100
microsoftgraph/msgraph-sdk-java#2589 · 1 条评论 ·
查看 microsoftgraph/msgraph-sdk-java 的全部 Issue
相似的 Issue
-
Bug Java Platform: Java
难度 2/5 1-3 小时 新手友好度 78/100
getsentry/sentry-java#6138 · 1 条评论 ·
-
bug needs triage p2
难度 2/5 1-3 小时 新手友好度 78/100
GoogleCloudPlatform/DataflowTemplates#4273 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 76/100
-
bug needs triage
难度 2/5 1-3 小时 新手友好度 76/100