Klasse MonetizationSubscriptionUpdateRequest
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.MonetizationSubscriptionUpdateRequest
@Generated("io.github.primelib.primecodegen")
public class MonetizationSubscriptionUpdateRequest
extends Object
MonetizationSubscriptionUpdateRequest
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringPackage id to which the subscription needs to be switchedprotected StringPlan id to which the subscription needs to be switchedprotected StringRequester comment to use in the update subscription approval request.protected StringName of the requester to whom the subscription is requested. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedMonetizationSubscriptionUpdateRequest(String newPackageId, String newPlanId, String requesterComment, String requesterName) Constructs a validated instance ofMonetizationSubscriptionUpdateRequest.Constructs a validated instance ofMonetizationSubscriptionUpdateRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()Package id to which the subscription needs to be switchednewPackageId(String newPackageId) Package id to which the subscription needs to be switchedPlan id to which the subscription needs to be switchedPlan id to which the subscription needs to be switchedRequester comment to use in the update subscription approval request.requesterComment(String requesterComment) Requester comment to use in the update subscription approval request.Name of the requester to whom the subscription is requested.requesterName(String requesterName) Name of the requester to whom the subscription is requested.toString()
-
Felddetails
-
newPackageId
Package id to which the subscription needs to be switched -
newPlanId
Plan id to which the subscription needs to be switched -
requesterComment
Requester comment to use in the update subscription approval request. -
requesterName
Name of the requester to whom the subscription is requested. This will be used as requester name in update subscription approval request. If not specified the name of the invoking user will be used in approval request
-
-
Konstruktordetails
-
MonetizationSubscriptionUpdateRequest
Constructs a validated instance ofMonetizationSubscriptionUpdateRequest.- Parameter:
spec- the specification to process
-
MonetizationSubscriptionUpdateRequest
@Internal public MonetizationSubscriptionUpdateRequest(String newPackageId, String newPlanId, String requesterComment, String requesterName) Constructs a validated instance ofMonetizationSubscriptionUpdateRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MonetizationSubscriptionUpdateRequest(Consumer)instead.- Parameter:
newPackageId- Package id to which the subscription needs to be switchednewPlanId- Plan id to which the subscription needs to be switchedrequesterComment- Requester comment to use in the update subscription approval request.requesterName- Name of the requester to whom the subscription is requested. This will be used as requester name in update subscription approval request. If not specified the name of the invoking user will be used in approval request
-
MonetizationSubscriptionUpdateRequest
protected MonetizationSubscriptionUpdateRequest()
-
-
Methodendetails
-
newPackageId
Package id to which the subscription needs to be switched -
newPlanId
Plan id to which the subscription needs to be switched -
requesterComment
Requester comment to use in the update subscription approval request. -
requesterName
Name of the requester to whom the subscription is requested. This will be used as requester name in update subscription approval request. If not specified the name of the invoking user will be used in approval request -
newPackageId
Package id to which the subscription needs to be switched- Gibt zurück:
this.
-
newPlanId
Plan id to which the subscription needs to be switched- Gibt zurück:
this.
-
requesterComment
Requester comment to use in the update 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 update subscription approval request. If not specified the name of the invoking user will be used in approval request- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-