Uses of Enum
com.microsoft.graph.models.PostType
Packages that use PostType
-
Uses of PostType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PostTypeModifier and TypeMethodDescriptionstatic PostTypeServiceHealthIssuePost.getPostType()Gets the postType property value.static PostTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type PostTypeModifier and TypeMethodDescriptionvoidServiceHealthIssuePost.setPostType(PostType value) Sets the postType property value.