Uses of Class
odata.msgraph.client.beta.enums.DeviceLogCollectionTemplateType
-
Packages that use DeviceLogCollectionTemplateType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DeviceLogCollectionTemplateType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceLogCollectionTemplateType Modifier and Type Field Description protected DeviceLogCollectionTemplateTypeDeviceLogCollectionRequest. templateTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceLogCollectionTemplateType Modifier and Type Method Description Optional<DeviceLogCollectionTemplateType>DeviceLogCollectionRequest. getTemplateType()“The template type that is sent with the collection request”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceLogCollectionTemplateType Modifier and Type Method Description DeviceLogCollectionRequest.BuilderDeviceLogCollectionRequest.Builder. templateType(DeviceLogCollectionTemplateType templateType)“The template type that is sent with the collection request”DeviceLogCollectionRequestDeviceLogCollectionRequest. withTemplateType(DeviceLogCollectionTemplateType templateType)Returns an immutable copy ofthiswith just thetemplateTypefield changed. -
Uses of DeviceLogCollectionTemplateType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceLogCollectionTemplateType Modifier and Type Method Description static DeviceLogCollectionTemplateTypeDeviceLogCollectionTemplateType. 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.
-