Uses of Enum
com.microsoft.graph.models.PayloadIndustry
Packages that use PayloadIndustry
-
Uses of PayloadIndustry in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PayloadIndustryModifier and TypeMethodDescriptionstatic PayloadIndustryPayload.getIndustry()Gets the industry property value.static PayloadIndustryReturns the enum constant of this type with the specified name.static PayloadIndustry[]PayloadIndustry.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 PayloadIndustryModifier and TypeMethodDescriptionvoidPayload.setIndustry(PayloadIndustry value) Sets the industry property value.