Klasse SubscriptionRequest.SubscriptionRequestBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.SubscriptionRequest.SubscriptionRequestBuilder
- Umschließende Klasse:
SubscriptionRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapplicationDescription
(String applicationDescription) Application description of the subscription requestedapplicationName
(String applicationName) Application name of the subscription requestedbuild()
otherRequesterDetails
(Map<String, String> otherRequesterDetails) Any other information to use it in the create subscription approval requestPackage id to which the subscription is requestedPlan id to which the subscription is requestedredirectURIs
(List<String> redirectURIs) Redirect URIs to use in application created for this subscription.requesterComment
(String requesterComment) Requester comment to use in the create subscription approval request.requesterEmail
(String requesterEmail) Email id of the requester to use in the create subscription approval request.requesterFirstName
(String requesterFirstName) First name of the requester to use in the create subscription approval request.requesterId
(String requesterId) User id of the requester to whom the subscription is requested.requesterLastName
(String requesterLastName) Last name of the requester to use in the create subscription approval request.requesterName
(String requesterName) Name of the requester to whom the subscription is requested.toString()
-
Methodendetails
-
applicationDescription
public SubscriptionRequest.SubscriptionRequestBuilder applicationDescription(String applicationDescription) Application description of the subscription requested- Gibt zurück:
this
.
-
applicationName
Application name of the subscription requested- Gibt zurück:
this
.
-
otherRequesterDetails
public SubscriptionRequest.SubscriptionRequestBuilder otherRequesterDetails(Map<String, String> otherRequesterDetails) Any other information to use it in the create subscription approval request- Gibt zurück:
this
.
-
packageId
Package id to which the subscription is requested- Gibt zurück:
this
.
-
planId
Plan id to which the subscription is requested- Gibt zurück:
this
.
-
redirectURIs
Redirect URIs to use in application created for this subscription.- Gibt zurück:
this
.
-
requesterComment
Requester comment to use in the create subscription approval request.- Gibt zurück:
this
.
-
requesterEmail
Email id of the requester to use in the create subscription approval request.- Gibt zurück:
this
.
-
requesterFirstName
First name of the requester to use in the create subscription approval request.- Gibt zurück:
this
.
-
requesterId
User id of the requester to whom the subscription is requested. This will be used as owner for Application created- Gibt zurück:
this
.
-
requesterLastName
Last name of the requester to use in the create subscription approval request.- Gibt zurück:
this
.
-
requesterName
Name of the requester to whom the subscription is requested. This will be used as requester name in create subscription approval request. If not specified the name of the invoking user will be used in approval request- Gibt zurück:
this
.
-
build
-
toString
-