Uses of Enum
com.microsoft.graph.models.InitiatorType
Packages that use InitiatorType
-
Uses of InitiatorType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return InitiatorTypeModifier and TypeMethodDescriptionstatic InitiatorTypeInitiator.getInitiatorType()Gets the initiatorType property value.static InitiatorTypeReturns the enum constant of this type with the specified name.static InitiatorType[]InitiatorType.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 InitiatorTypeModifier and TypeMethodDescriptionvoidInitiator.setInitiatorType(InitiatorType value) Sets the initiatorType property value.