Package odata.msgraph.client.beta.entity
Class DeviceManagementCachedReportConfiguration.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceManagementCachedReportConfiguration.Builder
-
- Enclosing class:
- DeviceManagementCachedReportConfiguration
public static final class DeviceManagementCachedReportConfiguration.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public DeviceManagementCachedReportConfiguration.Builder id(String id)
-
expirationDateTime
public DeviceManagementCachedReportConfiguration.Builder expirationDateTime(OffsetDateTime expirationDateTime)
“Time that the cached report expires”- Parameters:
expirationDateTime- value ofexpirationDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
filter
public DeviceManagementCachedReportConfiguration.Builder filter(String filter)
“Filters applied on report creation.”- Parameters:
filter- value offilterproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastRefreshDateTime
public DeviceManagementCachedReportConfiguration.Builder lastRefreshDateTime(OffsetDateTime lastRefreshDateTime)
“Time that the cached report was last refreshed”- Parameters:
lastRefreshDateTime- value oflastRefreshDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
metadata
public DeviceManagementCachedReportConfiguration.Builder metadata(String metadata)
“Caller-managed metadata associated with the report”- Parameters:
metadata- value ofmetadataproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
orderBy
public DeviceManagementCachedReportConfiguration.Builder orderBy(List<String> orderBy)
“Ordering of columns in the report”- Parameters:
orderBy- value oforderByproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
orderBy
public DeviceManagementCachedReportConfiguration.Builder orderBy(String... orderBy)
“Ordering of columns in the report”- Parameters:
orderBy- value oforderByproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
orderByNextLink
public DeviceManagementCachedReportConfiguration.Builder orderByNextLink(String orderByNextLink)
“Ordering of columns in the report”- Parameters:
orderByNextLink- value oforderBy@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
reportName
public DeviceManagementCachedReportConfiguration.Builder reportName(String reportName)
“Name of the report”- Parameters:
reportName- value ofreportNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
select
public DeviceManagementCachedReportConfiguration.Builder select(List<String> select)
“Columns selected from the report”- Parameters:
select- value ofselectproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
select
public DeviceManagementCachedReportConfiguration.Builder select(String... select)
“Columns selected from the report”- Parameters:
select- value ofselectproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
selectNextLink
public DeviceManagementCachedReportConfiguration.Builder selectNextLink(String selectNextLink)
“Columns selected from the report”- Parameters:
selectNextLink- value ofselect@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
status
public DeviceManagementCachedReportConfiguration.Builder status(DeviceManagementReportStatus status)
“Status of the cached report”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementCachedReportConfiguration build()
-
-