Uses of Class
odata.msgraph.client.complex.SystemFacet
-
Packages that use SystemFacet Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SystemFacet in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SystemFacet Modifier and Type Method Description SystemFacetSystemFacet.Builder. build()SystemFacetSystemFacet. withUnmappedField(String name, Object value) -
Uses of SystemFacet in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SystemFacet Modifier and Type Field Description protected SystemFacetDrive. systemprotected SystemFacetList. systemMethods in odata.msgraph.client.entity that return types with arguments of type SystemFacet Modifier and Type Method Description Optional<SystemFacet>Drive. getSystem()Optional<SystemFacet>List. getSystem()Methods in odata.msgraph.client.entity with parameters of type SystemFacet Modifier and Type Method Description Drive.BuilderDrive.Builder. system(SystemFacet system)List.BuilderList.Builder. system(SystemFacet system)DriveDrive. withSystem(SystemFacet system)ListList. withSystem(SystemFacet system)
-