public class DriveSearchParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DriveSearchParameterSet.DriveSearchParameterSetBuilder
Fluent builder for the DriveSearchParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
q
The q.
|
| Modifier | Constructor and Description |
|---|---|
|
DriveSearchParameterSet()
Instiaciates a new DriveSearchParameterSet
|
protected |
DriveSearchParameterSet(DriveSearchParameterSet.DriveSearchParameterSetBuilder builder)
Instiaciates a new DriveSearchParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DriveSearchParameterSet.DriveSearchParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="q",
alternate="Q")
@Expose
@Nullable
public java.lang.String q
public DriveSearchParameterSet()
protected DriveSearchParameterSet(@Nonnull
DriveSearchParameterSet.DriveSearchParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DriveSearchParameterSet.DriveSearchParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()