StringBooleanStringStringPerformAppServiceInteractionPerformAppServiceInteractionPerformAppServiceInteractionPerformAppServiceInteractionInitializes an instance of PerformAppServiceInteraction.
StringGet the OriginApp
Kind: Instance method of PerformAppServiceInteraction
Returns: String - the KEY_ORIGIN_APP value
BooleanGet the RequestServiceActive
Kind: Instance method of PerformAppServiceInteraction
Returns: Boolean - the KEY_REQUEST_SERVICE_ACTIVE value
StringGet the ServiceID
Kind: Instance method of PerformAppServiceInteraction
Returns: String - the KEY_SERVICE_ID value
StringGet the ServiceUri
Kind: Instance method of PerformAppServiceInteraction
Returns: String - the KEY_SERVICE_URI value
PerformAppServiceInteractionSet the OriginApp
Kind: Instance method of PerformAppServiceInteraction
Returns: PerformAppServiceInteraction - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| app | String |
This string is the appID of the app requesting the app service provider take the specific action. - The desired OriginApp. {'string_min_length': 1} |
PerformAppServiceInteractionSet the RequestServiceActive
Kind: Instance method of PerformAppServiceInteraction
Returns: PerformAppServiceInteraction - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| active | Boolean |
This flag signals the requesting consumer would like this service to become the active primary service of the destination's type. - The desired RequestServiceActive. |
PerformAppServiceInteractionSet the ServiceID
Kind: Instance method of PerformAppServiceInteraction
Returns: PerformAppServiceInteraction - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | String |
The service ID that the app consumer wishes to send this URI. - The desired ServiceID. {'string_min_length': 1} |
PerformAppServiceInteractionSet the ServiceUri
Kind: Instance method of PerformAppServiceInteraction
Returns: PerformAppServiceInteraction - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| uri | String |
Fully qualified URI based on a predetermined scheme provided by the app service. SDL makes no guarantee that this URI is correct. - The desired ServiceUri. {'string_min_length': 1} |