Class InvitationProcessorRequest
-
- All Implemented Interfaces:
@Serializable() public final class InvitationProcessorRequest
Represents the payload used in the InvitationsApi network request.
This class is used to send information required to process an invitation in the network request. It includes the invitation URL and a flag indicating whether to inspect the invitation.
- Since:
3.0.7
-
-
Constructor Summary
Constructors Constructor Description InvitationProcessorRequest(String url, Boolean inspect)
-
Method Summary
Modifier and Type Method Description final String
getUrl()
The URL of the invitation to be processed. final Boolean
getInspect()
A flag indicating whether the invitation should be inspected before processing. -
-
Method Detail
-
getInspect
final Boolean getInspect()
A flag indicating whether the invitation should be inspected before processing.
-
-
-
-