Uses of Class
odata.msgraph.client.beta.complex.Malware
-
Packages that use Malware Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Malware in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Malware Modifier and Type Method Description MalwareMalware.Builder. build()MalwareMalware. withDescription(String description)MalwareMalware. withUnmappedField(String name, String value) -
Uses of Malware in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Malware Modifier and Type Field Description protected MalwareDriveItem. malwareMethods in odata.msgraph.client.beta.entity that return types with arguments of type Malware Modifier and Type Method Description Optional<Malware>DriveItem. getMalware()Methods in odata.msgraph.client.beta.entity with parameters of type Malware Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. malware(Malware malware)DriveItemDriveItem. withMalware(Malware malware)
-