Package com.microsoft.graph.models
Class MobileAppContentFileCommitParameterSet
java.lang.Object
com.microsoft.graph.models.MobileAppContentFileCommitParameterSet
The class for the Mobile App Content File Commit Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the MobileAppContentFileCommitParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new MobileAppContentFileCommitParameterSetprotectedMobileAppContentFileCommitParameterSet(MobileAppContentFileCommitParameterSet.MobileAppContentFileCommitParameterSetBuilder builder) Instiaciates a new MobileAppContentFileCommitParameterSet -
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
-
fileEncryptionInfo
@SerializedName(value="fileEncryptionInfo", alternate="FileEncryptionInfo") @Expose @Nullable public FileEncryptionInfo fileEncryptionInfoThe file Encryption Info.
-
-
Constructor Details
-
MobileAppContentFileCommitParameterSet
public MobileAppContentFileCommitParameterSet()Instiaciates a new MobileAppContentFileCommitParameterSet -
MobileAppContentFileCommitParameterSet
protected MobileAppContentFileCommitParameterSet(@Nonnull MobileAppContentFileCommitParameterSet.MobileAppContentFileCommitParameterSetBuilder builder) Instiaciates a new MobileAppContentFileCommitParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static MobileAppContentFileCommitParameterSet.MobileAppContentFileCommitParameterSetBuilder 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
-