public class SiteGetByPathParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SiteGetByPathParameterSet.SiteGetByPathParameterSetBuilder
Fluent builder for the SiteGetByPathParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
path
The path.
|
Modifier | Constructor and Description |
---|---|
|
SiteGetByPathParameterSet()
Instiaciates a new SiteGetByPathParameterSet
|
protected |
SiteGetByPathParameterSet(SiteGetByPathParameterSet.SiteGetByPathParameterSetBuilder builder)
Instiaciates a new SiteGetByPathParameterSet
|
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 SiteGetByPathParameterSet.SiteGetByPathParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="path", alternate="Path") @Expose @Nullable public java.lang.String path
public SiteGetByPathParameterSet()
protected SiteGetByPathParameterSet(@Nonnull SiteGetByPathParameterSet.SiteGetByPathParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static SiteGetByPathParameterSet.SiteGetByPathParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()