Uses of Class
com.microsoft.graph.models.CustomCalloutExtension
Packages that use CustomCalloutExtension
-
Uses of CustomCalloutExtension in com.microsoft.graph.models
Subclasses of CustomCalloutExtension in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in com.microsoft.graph.models that return CustomCalloutExtensionModifier and TypeMethodDescriptionstatic CustomCalloutExtensionCustomCalloutExtension.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCustomExtensionStageSetting.getCustomExtension()Gets the customExtension property value.Methods in com.microsoft.graph.models that return types with arguments of type CustomCalloutExtensionModifier and TypeMethodDescriptionAccessPackageCatalog.getCustomWorkflowExtensions()Gets the customWorkflowExtensions property value.CustomCalloutExtensionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type CustomCalloutExtensionModifier and TypeMethodDescriptionvoidCustomExtensionStageSetting.setCustomExtension(CustomCalloutExtension value) Sets the customExtension property value.Method parameters in com.microsoft.graph.models with type arguments of type CustomCalloutExtensionModifier and TypeMethodDescriptionvoidAccessPackageCatalog.setCustomWorkflowExtensions(List<CustomCalloutExtension> value) Sets the customWorkflowExtensions property value.voidCustomCalloutExtensionCollectionResponse.setValue(List<CustomCalloutExtension> value) Sets the value property value.