Class ContentTypeCopyToDefaultContentLocationParameterSet

java.lang.Object
com.microsoft.graph.models.ContentTypeCopyToDefaultContentLocationParameterSet

public class ContentTypeCopyToDefaultContentLocationParameterSet extends Object
The class for the Content Type Copy To Default Content Location Parameter Set.
  • Field Details

    • sourceFile

      @SerializedName(value="sourceFile", alternate="SourceFile") @Expose @Nullable public ItemReference sourceFile
      The source File.
    • destinationFileName

      @SerializedName(value="destinationFileName", alternate="DestinationFileName") @Expose @Nullable public String destinationFileName
      The 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