Package com.microsoft.graph.models
Class ContentTypeCopyToDefaultContentLocationParameterSet
java.lang.Object
com.microsoft.graph.models.ContentTypeCopyToDefaultContentLocationParameterSet
The class for the Content Type Copy To Default Content Location Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ContentTypeCopyToDefaultContentLocationParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe destination File Name.The source File. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ContentTypeCopyToDefaultContentLocationParameterSetprotectedContentTypeCopyToDefaultContentLocationParameterSet(ContentTypeCopyToDefaultContentLocationParameterSet.ContentTypeCopyToDefaultContentLocationParameterSetBuilder builder) Instiaciates a new ContentTypeCopyToDefaultContentLocationParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
sourceFile
@SerializedName(value="sourceFile", alternate="SourceFile") @Expose @Nullable public ItemReference sourceFileThe source File. -
destinationFileName
@SerializedName(value="destinationFileName", alternate="DestinationFileName") @Expose @Nullable public String destinationFileNameThe destination File Name.
-
-
Constructor Details
-
ContentTypeCopyToDefaultContentLocationParameterSet
public ContentTypeCopyToDefaultContentLocationParameterSet()Instiaciates a new ContentTypeCopyToDefaultContentLocationParameterSet -
ContentTypeCopyToDefaultContentLocationParameterSet
protected ContentTypeCopyToDefaultContentLocationParameterSet(@Nonnull ContentTypeCopyToDefaultContentLocationParameterSet.ContentTypeCopyToDefaultContentLocationParameterSetBuilder builder) Instiaciates a new ContentTypeCopyToDefaultContentLocationParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ContentTypeCopyToDefaultContentLocationParameterSet.ContentTypeCopyToDefaultContentLocationParameterSetBuilder 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
-