Uses of Enum
com.microsoft.graph.models.MobileAppPublishingState
Packages that use MobileAppPublishingState
-
Uses of MobileAppPublishingState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MobileAppPublishingStateModifier and TypeMethodDescriptionstatic MobileAppPublishingStateMobileApp.getPublishingState()Gets the publishingState property value.static MobileAppPublishingStateReturns the enum constant of this type with the specified name.static MobileAppPublishingState[]MobileAppPublishingState.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 MobileAppPublishingStateModifier and TypeMethodDescriptionvoidMobileApp.setPublishingState(MobileAppPublishingState value) Sets the publishingState property value.