Uses of Class
odata.msgraph.client.complex.AttributeMappingParameterSchema.Builder
-
Packages that use AttributeMappingParameterSchema.Builder Package Description odata.msgraph.client.complex -
-
Uses of AttributeMappingParameterSchema.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AttributeMappingParameterSchema.Builder Modifier and Type Method Description AttributeMappingParameterSchema.BuilderAttributeMappingParameterSchema.Builder. allowMultipleOccurrences(Boolean allowMultipleOccurrences)static AttributeMappingParameterSchema.BuilderAttributeMappingParameterSchema. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AttributeMappingParameterSchema.BuilderAttributeMappingParameterSchema.Builder. name(String name)AttributeMappingParameterSchema.BuilderAttributeMappingParameterSchema.Builder. required(Boolean required)AttributeMappingParameterSchema.BuilderAttributeMappingParameterSchema.Builder. type(AttributeType type)
-