Package com.microsoft.graph.models
Class SiteGetActivitiesByIntervalParameterSet.SiteGetActivitiesByIntervalParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.SiteGetActivitiesByIntervalParameterSet.SiteGetActivitiesByIntervalParameterSetBuilder
- Enclosing class:
SiteGetActivitiesByIntervalParameterSet
public static final class SiteGetActivitiesByIntervalParameterSet.SiteGetActivitiesByIntervalParameterSetBuilder
extends Object
Fluent builder for the SiteGetActivitiesByIntervalParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new SiteGetActivitiesByIntervalParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithEndDateTime(String val) Sets the EndDateTimewithInterval(String val) Sets the IntervalwithStartDateTime(String val) Sets the StartDateTime
-
Field Details
-
startDateTime
The startDateTime parameter value -
endDateTime
The endDateTime parameter value -
interval
The interval parameter value
-
-
Constructor Details
-
SiteGetActivitiesByIntervalParameterSetBuilder
@Nullable protected SiteGetActivitiesByIntervalParameterSetBuilder()Instanciates a new SiteGetActivitiesByIntervalParameterSetBuilder
-
-
Method Details
-
withStartDateTime
@Nonnull public SiteGetActivitiesByIntervalParameterSet.SiteGetActivitiesByIntervalParameterSetBuilder withStartDateTime(@Nullable String val) Sets the StartDateTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public SiteGetActivitiesByIntervalParameterSet.SiteGetActivitiesByIntervalParameterSetBuilder withEndDateTime(@Nullable String val) Sets the EndDateTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withInterval
@Nonnull public SiteGetActivitiesByIntervalParameterSet.SiteGetActivitiesByIntervalParameterSetBuilder withInterval(@Nullable String val) Sets the Interval- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-