MicrosoftGraphSharingInvitation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSharingInvitation
- com.
Implements
public final class MicrosoftGraphSharingInvitation
implements JsonSerializable<MicrosoftGraphSharingInvitation>
sharingInvitation.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSharingInvitation() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
email()
Get the email property: The email address provided for the recipient of the sharing invitation. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
invitedBy()
Get the invited |
String |
redeemedBy()
Get the redeemed |
Boolean |
signInRequired()
Get the sign |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withEmail(String email)
Set the email property: The email address provided for the recipient of the sharing invitation. |
Microsoft |
withInvitedBy(MicrosoftGraphIdentitySet invitedBy)
Set the invited |
Microsoft |
withRedeemedBy(String redeemedBy)
Set the redeemed |
Microsoft |
withSignInRequired(Boolean signInRequired)
Set the sign |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSharingInvitation
public MicrosoftGraphSharingInvitation()
Creates an instance of MicrosoftGraphSharingInvitation class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: sharingInvitation.
Returns:
public String email()
Get the email property: The email address provided for the recipient of the sharing invitation. Read-only.
Returns:
fromJson
public static MicrosoftGraphSharingInvitation fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSharingInvitation from the JsonReader.
Parameters:
Returns:
Throws:
invitedBy
public MicrosoftGraphIdentitySet invitedBy()
Get the invitedBy property: identitySet.
Returns:
redeemedBy
public String redeemedBy()
Get the redeemedBy property: The redeemedBy property.
Returns:
signInRequired
public Boolean signInRequired()
Get the signInRequired property: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSharingInvitation withAdditionalProperties(Map
Set the additionalProperties property: sharingInvitation.
Parameters:
Returns:
withEmail
public MicrosoftGraphSharingInvitation withEmail(String email)
Set the email property: The email address provided for the recipient of the sharing invitation. Read-only.
Parameters:
Returns:
withInvitedBy
public MicrosoftGraphSharingInvitation withInvitedBy(MicrosoftGraphIdentitySet invitedBy)
Set the invitedBy property: identitySet.
Parameters:
Returns:
withRedeemedBy
public MicrosoftGraphSharingInvitation withRedeemedBy(String redeemedBy)
Set the redeemedBy property: The redeemedBy property.
Parameters:
Returns:
withSignInRequired
public MicrosoftGraphSharingInvitation withSignInRequired(Boolean signInRequired)
Set the signInRequired property: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java