Uses of Class
odata.msgraph.client.complex.ServiceHealthIssuePost
-
Packages that use ServiceHealthIssuePost Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ServiceHealthIssuePost in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ServiceHealthIssuePost Modifier and Type Method Description ServiceHealthIssuePostServiceHealthIssuePost.Builder. build()ServiceHealthIssuePostServiceHealthIssuePost. withCreatedDateTime(OffsetDateTime createdDateTime)ServiceHealthIssuePostServiceHealthIssuePost. withDescription(ItemBody description)ServiceHealthIssuePostServiceHealthIssuePost. withPostType(PostType postType)ServiceHealthIssuePostServiceHealthIssuePost. withUnmappedField(String name, Object value) -
Uses of ServiceHealthIssuePost in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ServiceHealthIssuePost Modifier and Type Field Description protected List<ServiceHealthIssuePost>ServiceHealthIssue. postsMethods in odata.msgraph.client.entity that return types with arguments of type ServiceHealthIssuePost Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ServiceHealthIssuePost>ServiceHealthIssue. getPosts()com.github.davidmoten.odata.client.CollectionPage<ServiceHealthIssuePost>ServiceHealthIssue. getPosts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ServiceHealthIssuePost Modifier and Type Method Description ServiceHealthIssue.BuilderServiceHealthIssue.Builder. posts(ServiceHealthIssuePost... posts)Method parameters in odata.msgraph.client.entity with type arguments of type ServiceHealthIssuePost Modifier and Type Method Description ServiceHealthIssue.BuilderServiceHealthIssue.Builder. posts(List<ServiceHealthIssuePost> posts)ServiceHealthIssueServiceHealthIssue. withPosts(List<ServiceHealthIssuePost> posts)
-