Uses of Enum
com.microsoft.graph.models.AttributeMappingSourceType
Packages that use AttributeMappingSourceType
-
Uses of AttributeMappingSourceType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttributeMappingSourceTypeModifier and TypeMethodDescriptionstatic AttributeMappingSourceTypeAttributeMappingSource.getType()Gets the type property value.static AttributeMappingSourceTypeReturns the enum constant of this type with the specified name.static AttributeMappingSourceType[]AttributeMappingSourceType.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 AttributeMappingSourceTypeModifier and TypeMethodDescriptionvoidAttributeMappingSource.setType(AttributeMappingSourceType value) Sets the type property value.