| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceLogCollectionTemplateType |
DeviceLogCollectionRequest.templateType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceLogCollectionTemplateType> |
DeviceLogCollectionRequest.getTemplateType()
“The template type that is sent with the collection request”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceLogCollectionRequest.Builder |
DeviceLogCollectionRequest.Builder.templateType(DeviceLogCollectionTemplateType templateType)
“The template type that is sent with the collection request”
|
DeviceLogCollectionRequest |
DeviceLogCollectionRequest.withTemplateType(DeviceLogCollectionTemplateType templateType)
Returns an immutable copy of
this with just the templateType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceLogCollectionTemplateType |
DeviceLogCollectionTemplateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceLogCollectionTemplateType[] |
DeviceLogCollectionTemplateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.