Interface UpdateReservationRequestBuilder
- All Superinterfaces:
oracle.communication.brm.charging.messages.update.UpdateRequestBuilder<UpdateReservationRequestBuilder>
public interface UpdateReservationRequestBuilder
extends oracle.communication.brm.charging.messages.update.UpdateRequestBuilder<UpdateReservationRequestBuilder>
Class to construct a well-formed instance of BalanceUpdateRequest.
-
Method Summary
Modifier and TypeMethodDescriptionwithBucketId
(String bucketId) withProductId
(String productId) withProductType
(String productType) withReason
(String reason) withRelatedParty
(oracle.communication.brm.charging.util.misc.Quadruple<String, String, String, String> relatedParty) withRequestedDate
(ZonedDateTime requestedDate) withRequester
(String requester) withSessionID
(String sessionID) withStatus
(Integer status) withUserIdentity
(String userIdentity) Methods inherited from interface oracle.communication.brm.charging.messages.update.UpdateRequestBuilder
build, withBusinessEvent, withCustomerId, withEventTime, withMsgId, withRevisionCheck, withUpdateType
-
Method Details
-
withProductId
-
withBucketId
-
withRelatedParty
UpdateReservationRequestBuilder withRelatedParty(oracle.communication.brm.charging.util.misc.Quadruple<String, String, String, String> relatedParty) -
withStatus
-
withRequestedDate
-
withProductType
-
withRequester
-
withUserIdentity
-
withReason
-
withSessionID
-
withEndT
-