Uses of Enum
com.microsoft.graph.models.PayloadDeliveryPlatform
Packages that use PayloadDeliveryPlatform
-
Uses of PayloadDeliveryPlatform in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PayloadDeliveryPlatformModifier and TypeMethodDescriptionstatic PayloadDeliveryPlatformSimulation.getPayloadDeliveryPlatform()Gets the payloadDeliveryPlatform property value.Payload.getPlatform()Gets the platform property value.static PayloadDeliveryPlatformReturns the enum constant of this type with the specified name.static PayloadDeliveryPlatform[]PayloadDeliveryPlatform.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 PayloadDeliveryPlatformModifier and TypeMethodDescriptionvoidSimulation.setPayloadDeliveryPlatform(PayloadDeliveryPlatform value) Sets the payloadDeliveryPlatform property value.voidPayload.setPlatform(PayloadDeliveryPlatform value) Sets the platform property value.