Interface GetReservationRequestBuilder
- All Superinterfaces:
oracle.communication.brm.charging.messages.update.UpdateRequestBuilder<GetReservationRequestBuilder>
public interface GetReservationRequestBuilder
extends oracle.communication.brm.charging.messages.update.UpdateRequestBuilder<GetReservationRequestBuilder>
Class to construct a well-formed instance of GetReservationRequest.
-
Method Summary
Modifier and TypeMethodDescriptionwithBucketId
(String bucketId) withProductId
(String productId) withProductType
(String productType) withRelatedParty
(oracle.communication.brm.charging.util.misc.Quadruple<String, String, String, String> relatedParty) withRequestedDate
(ZonedDateTime requestedDate) withRequester
(String requester) withSessionID
(String sessionID) 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
-
withRequestedDate
-
withProductType
-
withUserIdentity
-
withSessionID
-
withRelatedParty
GetReservationRequestBuilder withRelatedParty(oracle.communication.brm.charging.util.misc.Quadruple<String, String, String, String> relatedParty) -
withRequester
-