Uses of Class
odata.msgraph.client.entity.AttributeMappingFunctionSchema.Builder
-
Packages that use AttributeMappingFunctionSchema.Builder Package Description odata.msgraph.client.entity -
-
Uses of AttributeMappingFunctionSchema.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return AttributeMappingFunctionSchema.Builder Modifier and Type Method Description static AttributeMappingFunctionSchema.BuilderAttributeMappingFunctionSchema. builderAttributeMappingFunctionSchema()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AttributeMappingFunctionSchema.BuilderAttributeMappingFunctionSchema.Builder. id(String id)AttributeMappingFunctionSchema.BuilderAttributeMappingFunctionSchema.Builder. parameters(List<AttributeMappingParameterSchema> parameters)AttributeMappingFunctionSchema.BuilderAttributeMappingFunctionSchema.Builder. parameters(AttributeMappingParameterSchema... parameters)AttributeMappingFunctionSchema.BuilderAttributeMappingFunctionSchema.Builder. parametersNextLink(String parametersNextLink)
-