Interface CustomerDeleteUpdateRequest
- All Superinterfaces:
Request<oracle.communication.brm.charging.messages.update.Update>
,Serializable
,TemporalObject
,oracle.communication.brm.charging.messages.update.UpdateRequest
,oracle.communication.brm.charging.ratingview.UpdateRequestView
public interface CustomerDeleteUpdateRequest
extends oracle.communication.brm.charging.messages.update.UpdateRequest
Interfaces specific for Customer Delete Update Request..
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.communication.brm.charging.messages.update.UpdateRequest
oracle.communication.brm.charging.messages.update.UpdateRequest.ChargeSharing
-
Method Summary
Modifier and TypeMethodDescriptionGet the DeletionFlag identifiervoid
setDeletionFlag
(String deletionFlag) Setter Mutate the deletionFlagMethods inherited from interface oracle.communication.brm.charging.messages.framework.Request
getOperation, getPayload, getStatus
Methods inherited from interface oracle.communication.brm.charging.messages.framework.TemporalObject
getCreationInstant
Methods inherited from interface oracle.communication.brm.charging.messages.update.UpdateRequest
getBusinessEvent, getCustomerId, getCustomerIds, getEventDateTime, getMsgId, getTraced, getUserIdentity, isAsynchronous, isChargeSharing, isTransactional, revisionCheck, setAsynchronous, setCustomerId, setTraced, setTransactional
-
Method Details
-
setDeletionFlag
Setter Mutate the deletionFlag- Parameters:
deletionFlag
-
-
getDeletionFlag
String getDeletionFlag()Get the DeletionFlag identifier- Returns:
- deletionFlag
-