Uses of Class
odata.msgraph.client.complex.AttributeMappingParameterSchema
-
Packages that use AttributeMappingParameterSchema Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AttributeMappingParameterSchema in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AttributeMappingParameterSchema Modifier and Type Method Description AttributeMappingParameterSchemaAttributeMappingParameterSchema.Builder. build()AttributeMappingParameterSchemaAttributeMappingParameterSchema. withAllowMultipleOccurrences(Boolean allowMultipleOccurrences)AttributeMappingParameterSchemaAttributeMappingParameterSchema. withName(String name)AttributeMappingParameterSchemaAttributeMappingParameterSchema. withRequired(Boolean required)AttributeMappingParameterSchemaAttributeMappingParameterSchema. withType(AttributeType type)AttributeMappingParameterSchemaAttributeMappingParameterSchema. withUnmappedField(String name, Object value) -
Uses of AttributeMappingParameterSchema in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AttributeMappingParameterSchema Modifier and Type Field Description protected List<AttributeMappingParameterSchema>AttributeMappingFunctionSchema. parametersMethods in odata.msgraph.client.entity that return types with arguments of type AttributeMappingParameterSchema Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AttributeMappingParameterSchema>AttributeMappingFunctionSchema. getParameters()com.github.davidmoten.odata.client.CollectionPage<AttributeMappingParameterSchema>AttributeMappingFunctionSchema. getParameters(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AttributeMappingParameterSchema Modifier and Type Method Description AttributeMappingFunctionSchema.BuilderAttributeMappingFunctionSchema.Builder. parameters(AttributeMappingParameterSchema... parameters)Method parameters in odata.msgraph.client.entity with type arguments of type AttributeMappingParameterSchema Modifier and Type Method Description AttributeMappingFunctionSchema.BuilderAttributeMappingFunctionSchema.Builder. parameters(List<AttributeMappingParameterSchema> parameters)AttributeMappingFunctionSchemaAttributeMappingFunctionSchema. withParameters(List<AttributeMappingParameterSchema> parameters)
-