Uses of Class
odata.msgraph.client.beta.enums.AttributeMappingSourceType
-
Packages that use AttributeMappingSourceType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AttributeMappingSourceType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AttributeMappingSourceType Modifier and Type Field Description protected AttributeMappingSourceTypeAttributeMappingSource. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AttributeMappingSourceType Modifier and Type Method Description Optional<AttributeMappingSourceType>AttributeMappingSource. getType()Methods in odata.msgraph.client.beta.complex with parameters of type AttributeMappingSourceType Modifier and Type Method Description AttributeMappingSource.BuilderAttributeMappingSource.Builder. type(AttributeMappingSourceType type)AttributeMappingSourceAttributeMappingSource. withType(AttributeMappingSourceType type) -
Uses of AttributeMappingSourceType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AttributeMappingSourceType Modifier and Type Method Description static AttributeMappingSourceTypeAttributeMappingSourceType. valueOf(String name)Returns 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.
-