| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsMalwareCategory |
WindowsMalwareCategoryCount.category |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsMalwareCategory> |
WindowsMalwareCategoryCount.getCategory()
“Malware category”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareCategoryCount.Builder |
WindowsMalwareCategoryCount.Builder.category(WindowsMalwareCategory category)
“Malware category”
|
WindowsMalwareCategoryCount |
WindowsMalwareCategoryCount.withCategory(WindowsMalwareCategory category)
Returns an immutable copy of
this with just the category field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsMalwareCategory |
WindowsMalwareInformation.category |
protected WindowsMalwareCategory |
WindowsDeviceMalwareState.category |
protected WindowsMalwareCategory |
WindowsDeviceMalwareState.catetgory |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsMalwareCategory> |
WindowsMalwareInformation.getCategory()
“Category of the malware”
|
Optional<WindowsMalwareCategory> |
WindowsDeviceMalwareState.getCategory()
“Category of the malware”
|
Optional<WindowsMalwareCategory> |
WindowsDeviceMalwareState.getCatetgory()
“Category of the malware”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareInformation.Builder |
WindowsMalwareInformation.Builder.category(WindowsMalwareCategory category)
“Category of the malware”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.category(WindowsMalwareCategory category)
“Category of the malware”
|
WindowsDeviceMalwareState.Builder |
WindowsDeviceMalwareState.Builder.catetgory(WindowsMalwareCategory catetgory)
“Category of the malware”
|
WindowsMalwareInformation |
WindowsMalwareInformation.withCategory(WindowsMalwareCategory category)
Returns an immutable copy of
this with just the category field
changed. |
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withCategory(WindowsMalwareCategory category)
Returns an immutable copy of
this with just the category field
changed. |
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withCatetgory(WindowsMalwareCategory catetgory)
Returns an immutable copy of
this with just the catetgory field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsMalwareCategory |
WindowsMalwareCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsMalwareCategory[] |
WindowsMalwareCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.