Package com.microsoft.graph.models
Class CallLogTeleconferenceDeviceQualityParameterSet
java.lang.Object
com.microsoft.graph.models.CallLogTeleconferenceDeviceQualityParameterSet
The class for the Call Log Teleconference Device Quality Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
CallLogTeleconferenceDeviceQualityParameterSet.CallLogTeleconferenceDeviceQualityParameterSetBuilder
Fluent builder for the CallLogTeleconferenceDeviceQualityParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallLogTeleconferenceDeviceQualityParameterSetprotected
CallLogTeleconferenceDeviceQualityParameterSet
(CallLogTeleconferenceDeviceQualityParameterSet.CallLogTeleconferenceDeviceQualityParameterSetBuilder builder) Instiaciates a new CallLogTeleconferenceDeviceQualityParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic CallLogTeleconferenceDeviceQualityParameterSet.CallLogTeleconferenceDeviceQualityParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
quality
@SerializedName(value="quality", alternate="Quality") @Expose @Nullable public TeleconferenceDeviceQuality qualityThe quality.
-
-
Constructor Details
-
CallLogTeleconferenceDeviceQualityParameterSet
public CallLogTeleconferenceDeviceQualityParameterSet()Instiaciates a new CallLogTeleconferenceDeviceQualityParameterSet -
CallLogTeleconferenceDeviceQualityParameterSet
protected CallLogTeleconferenceDeviceQualityParameterSet(@Nonnull CallLogTeleconferenceDeviceQualityParameterSet.CallLogTeleconferenceDeviceQualityParameterSetBuilder builder) Instiaciates a new CallLogTeleconferenceDeviceQualityParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static CallLogTeleconferenceDeviceQualityParameterSet.CallLogTeleconferenceDeviceQualityParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-