Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.SAP__Message
Packages that use SAP__Message
-
Uses of SAP__Message in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type parameters of type SAP__MessageModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<FreightBooking,SAP__Message> FreightBooking._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty.Collection<SAP__Message,String> SAP__Message.ADDITIONAL_TARGETSstatic final SimpleProperty.String<SAP__Message>SAP__Message.CODEstatic final SimpleProperty.String<SAP__Message>SAP__Message.LONGTEXT_URLstatic final SimpleProperty.String<SAP__Message>SAP__Message.MESSAGEstatic final SimpleProperty.NumericInteger<SAP__Message>SAP__Message.NUMERIC_SEVERITYstatic final SimpleProperty.String<SAP__Message>SAP__Message.TARGETstatic final SimpleProperty.Boolean<SAP__Message>SAP__Message.TRANSITIONMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return SAP__MessageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return types with arguments of type SAP__MessageModifier and TypeMethodDescriptionFreightBooking.get_Messages()Constraints: Not nullableSAP__Message.getType()Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type arguments of type SAP__MessageModifier and TypeMethodDescriptionFreightBooking.FreightBookingBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidFreightBooking.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type arguments of type SAP__MessageModifierConstructorDescriptionFreightBooking(UUID transportationOrderUUID, String transportationOrder, String transportationOrderType, String transportationOrderCategory, String transportationShippingType, String movementType, String transportationMode, String transportationModeCategory, UUID carrierUUID, String carrier, String standardCarrierAlphaCode, UUID transpOrdExecutingCarrierUUID, String transpOrdExecutingCarrier, UUID shipperUUID, String shipper, String shipperAddressID, UUID consigneeUUID, String consignee, String consigneeAddressID, String transpPurgOrg, String transpPurgOrgExtID, String transpPurgGroup, String transpPurgGroupExtID, String purgOrgCompanyCode, String carrierAccountNumber, String transpOrdPartnerReference, String masterBillOfLading, String transpOrdResponsiblePerson, Boolean transpOrdHasMltplExectgPties, String transpOrdInvoicingCarrierLevel, String transpOrdLifeCycleStatus, String transpOrderSubcontrgSts, String transportationOrderConfSts, String transportationOrderExecSts, String transpOrdGoodsMovementStatus, String transpOrdWhseProcessingStatus, String transpOrderDngrsGdsSts, Boolean transpOrdExecutionIsBlocked, String transportationOrderCrtnType, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime changedDateTime, Collection<SAP__Message> _Messages, List<FreightBookingBusinessPartner> to_FreightBookingBusinessPartner, FreightBookingCharge to_FreightBookingCharge, List<FreightBookingDocRef> to_FreightBookingDocRef, List<FreightBookingEvent> to_FreightBookingEvent, List<FreightBookingItem> to_FreightBookingItem, List<FreightBookingStop> to_FreightBookingStop)