Package com.microsoft.graph.models
Class CallUpdateRecordingStatusParameterSet.CallUpdateRecordingStatusParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallUpdateRecordingStatusParameterSet.CallUpdateRecordingStatusParameterSetBuilder
- Enclosing class:
CallUpdateRecordingStatusParameterSet
public static final class CallUpdateRecordingStatusParameterSet.CallUpdateRecordingStatusParameterSetBuilder
extends Object
Fluent builder for the CallUpdateRecordingStatusParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe clientContext parameter valueprotected RecordingStatusThe status parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CallUpdateRecordingStatusParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithClientContext(String val) Sets the ClientContextSets the Status
-
Field Details
-
status
The status parameter value -
clientContext
The clientContext parameter value
-
-
Constructor Details
-
CallUpdateRecordingStatusParameterSetBuilder
@Nullable protected CallUpdateRecordingStatusParameterSetBuilder()Instanciates a new CallUpdateRecordingStatusParameterSetBuilder
-
-
Method Details
-
withStatus
@Nonnull public CallUpdateRecordingStatusParameterSet.CallUpdateRecordingStatusParameterSetBuilder withStatus(@Nullable RecordingStatus val) Sets the Status- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withClientContext
@Nonnull public CallUpdateRecordingStatusParameterSet.CallUpdateRecordingStatusParameterSetBuilder withClientContext(@Nullable String val) Sets the ClientContext- 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
-