Package com.microsoft.graph.models
Class DriveItemInviteParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemInviteParameterSet
The class for the Drive Item Invite Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DriveItemInviteParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe expiration Date Time.The message.The password.The recipients.The require Sign In.The retain Inherited Permissions.The roles.The send Invitation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemInviteParameterSetprotected
Instiaciates a new DriveItemInviteParameterSet -
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
-
requireSignIn
@SerializedName(value="requireSignIn", alternate="RequireSignIn") @Expose @Nullable public Boolean requireSignInThe require Sign In. -
roles
The roles. -
sendInvitation
@SerializedName(value="sendInvitation", alternate="SendInvitation") @Expose @Nullable public Boolean sendInvitationThe send Invitation. -
message
The message. -
recipients
@SerializedName(value="recipients", alternate="Recipients") @Expose @Nullable public List<DriveRecipient> recipientsThe recipients. -
retainInheritedPermissions
@SerializedName(value="retainInheritedPermissions", alternate="RetainInheritedPermissions") @Expose @Nullable public Boolean retainInheritedPermissionsThe retain Inherited Permissions. -
expirationDateTime
@SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public String expirationDateTimeThe expiration Date Time. -
password
The password.
-
-
Constructor Details
-
DriveItemInviteParameterSet
public DriveItemInviteParameterSet()Instiaciates a new DriveItemInviteParameterSet -
DriveItemInviteParameterSet
protected DriveItemInviteParameterSet(@Nonnull DriveItemInviteParameterSet.DriveItemInviteParameterSetBuilder builder) Instiaciates a new DriveItemInviteParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
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
-