Uses of Enum
com.microsoft.graph.models.DestinationType
Packages that use DestinationType
-
Uses of DestinationType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DestinationTypeModifier and TypeMethodDescriptionstatic DestinationTypeRestoreArtifactBase.getDestinationType()Gets the destinationType property value.RestoreArtifactsBulkRequestBase.getDestinationType()Gets the destinationType property value.static DestinationTypeReturns the enum constant of this type with the specified name.static DestinationType[]DestinationType.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 DestinationTypeModifier and TypeMethodDescriptionvoidRestoreArtifactBase.setDestinationType(DestinationType value) Sets the destinationType property value.voidRestoreArtifactsBulkRequestBase.setDestinationType(DestinationType value) Sets the destinationType property value.