Class InviteBody
java.lang.Object
com.azure.resourcemanager.labservices.models.InviteBody
Body for a user invite request.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InviteBody
public InviteBody()
-
-
Method Details
-
text
Get the text property: Custom text for the invite email.- Returns:
- the text value.
-
withText
Set the text property: Custom text for the invite email.- Parameters:
text
- the text value to set.- Returns:
- the InviteBody object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-