Uses of Class
odata.msgraph.client.beta.enums.PostType
-
Packages that use PostType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PostType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PostType Modifier and Type Field Description protected PostTypeServiceHealthIssuePost. postTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type PostType Modifier and Type Method Description Optional<PostType>ServiceHealthIssuePost. getPostType()Methods in odata.msgraph.client.beta.complex with parameters of type PostType Modifier and Type Method Description ServiceHealthIssuePost.BuilderServiceHealthIssuePost.Builder. postType(PostType postType)ServiceHealthIssuePostServiceHealthIssuePost. withPostType(PostType postType) -
Uses of PostType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PostType Modifier and Type Method Description static PostTypePostType. valueOf(String name)Returns the enum constant of this type with the specified name.static PostType[]PostType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-