Class DeviceLogCollectionRequest.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceLogCollectionRequest.Builder
-
- Enclosing class:
- DeviceLogCollectionRequest
public static final class DeviceLogCollectionRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceLogCollectionRequestbuild()DeviceLogCollectionRequest.Builderid(String id)“The unique identifier”DeviceLogCollectionRequest.BuildertemplateType(DeviceLogCollectionTemplateType templateType)“The template type that is sent with the collection request”
-
-
-
Method Detail
-
id
public DeviceLogCollectionRequest.Builder id(String id)
“The unique identifier”- Parameters:
id- value ofidproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
templateType
public DeviceLogCollectionRequest.Builder templateType(DeviceLogCollectionTemplateType templateType)
“The template type that is sent with the collection request”- Parameters:
templateType- value oftemplateTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceLogCollectionRequest build()
-
-