Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdItemAppointment
Packages that use SrvcOrdItemAppointment
Package
Description
-
Uses of SrvcOrdItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type SrvcOrdItemAppointmentModifier and TypeFieldDescriptionstatic final ServiceOrderItemLink<SrvcOrdItemAppointment>ServiceOrderItem.TO_APPOINTMENTUse with available fluent helpers to apply the to_Appointment navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return SrvcOrdItemAppointmentModifier and TypeMethodDescriptionSrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder.build()protected SrvcOrdItemAppointmentSrvcOrdItemAppointmentCreateFluentHelper.getEntity()protected SrvcOrdItemAppointmentSrvcOrdItemAppointmentUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdItemAppointmentModifier and TypeMethodDescriptionServiceOrderItem.fetchAppointment()Fetches the SrvcOrdItemAppointment entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcOrdItemAppointment>>ServiceOrderItem.getAppointmentIfPresent()Retrieval of associated SrvcOrdItemAppointment entities (one to many).ServiceOrderItem.getAppointmentOrFetch()Retrieval of associated SrvcOrdItemAppointment entities (one to many).protected Class<SrvcOrdItemAppointment>SrvcOrdItemAppointmentByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdItemAppointment>SrvcOrdItemAppointmentFluentHelper.getEntityClass()SrvcOrdItemAppointment.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItemAppointmentModifier and TypeMethodDescriptionvoidServiceOrderItem.addAppointment(SrvcOrdItemAppointment... entity) Adds elements to the list of associated SrvcOrdItemAppointment entities.ServiceOrderItem.ServiceOrderItemBuilder.appointment(SrvcOrdItemAppointment... value) Navigation property to_Appointment for ServiceOrderItem to multiple SrvcOrdItemAppointment.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdItemAppointmentModifier and TypeMethodDescriptionvoidServiceOrderItem.setAppointment(List<SrvcOrdItemAppointment> value) Overwrites the list of associated SrvcOrdItemAppointment entities for the loaded navigation property to_Appointment.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItemAppointmentModifierConstructorDescriptionSrvcOrdItemAppointmentCreateFluentHelper(String servicePath, SrvcOrdItemAppointment entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdItemAppointmententity on the OData endpoint.SrvcOrdItemAppointmentUpdateFluentHelper(String servicePath, SrvcOrdItemAppointment entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdItemAppointmententity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdItemAppointmentModifierConstructorDescriptionServiceOrderItem(String serviceOrder, String serviceOrderItem, UUID serviceOrderItemUUID, UUID serviceDocumentItemCharUUID, String serviceOrderItemDescription, String serviceObjectType, String serviceDocumentItemObjectType, String language, String product, BigDecimal quantity, String quantityUnit, Boolean srvcOrdItmResvnIsExisting, BigDecimal srvcOrdItemReservedQuantity, BigDecimal serviceDuration, String serviceDurationUnit, String serviceOrderItemCategory, String serviceOrdItemRejectionReason, String billableControl, String soldToParty, String shipToParty, String billToParty, String payerParty, String contactPersonBusinessPartnerId, String personResponsible, String executingServiceEmployee, String servicePerformer, String serviceOrderItemIsReleased, String serviceOrderItemIsCompleted, String serviceOrderItemIsRejected, String referenceServiceContract, String referenceServiceContractItem, String refServiceOrderTemplate, String refServiceOrderTemplateItem, String referenceServiceRequest, String referenceServiceRequestItem, String parentServiceOrderItem, ZonedDateTime plannedServiceStartDateTime, ZonedDateTime plannedServiceEndDateTime, ZonedDateTime requestedServiceStartDateTime, ZonedDateTime requestedServiceEndDateTime, ZonedDateTime srvcDocItemSLADueByDateTime, BigDecimal actualServiceDuration, String actualServiceDurationUnit, Boolean srvcContrDetnIsSpprsd, String referenceServiceOrderItem, String shippingCondition, String srvcDocItmPartReferenceItem, String srvcDocItmApptReferenceItem, UUID srvcDocItmApptRefObjectUUID, Boolean srvcOrdItemIsUnplanned, String fSMServiceActivity, String timeSheetOvertimeCategory, String respyMgmtServiceTeam, String respyMgmtServiceTeamName, String respyMgmtGlobalTeamID, String profitCenter, String srvcOrdItemCreditStatus, String srvcOrdItemExecutionStatus, String paymentTerms, String paymentMethod, String sEPAMandate, String srvcSEPAMandateRelevance, String wBSElementExternalID, List<SrvcOrdItemAppointment> toAppointment, List<ServiceOrderItemConfirmation> toConfirmation, List<SrvcOrdItemDuration> toDuration, List<SrvcOrdItmPartner> toPartner, List<ServiceOrderItemPriceElement> toPricingElement, List<SrvcOrdItmProdRefObject> toProductReferenceObject, List<ServiceOrderItemRefObject> toReferenceObject, ServiceOrder toServiceOrder, List<ServiceOrdItemUserStatus> toSrvcOrdItemUserStatus, List<ServiceOrderItemText> toText) -
Uses of SrvcOrdItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch with parameters of type SrvcOrdItemAppointmentModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) ServiceOrderServiceBatchChangeSet.createSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Create a newSrvcOrdItemAppointmententity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) ServiceOrderServiceBatchChangeSet.updateSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Update an existingSrvcOrdItemAppointmententity and save it to the S/4HANA system. -
Uses of SrvcOrdItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type SrvcOrdItemAppointmentModifier and TypeMethodDescriptionSrvcOrdItemAppointmentOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link with type arguments of type SrvcOrdItemAppointmentModifier and TypeMethodDescriptionprotected SrvcOrdItemAppointmentLink<ObjectT>SrvcOrdItemAppointmentLink.translateLinkType(EntityLink<SrvcOrdItemAppointmentLink<ObjectT>, SrvcOrdItemAppointment, ObjectT> link) -
Uses of SrvcOrdItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdItemAppointmentModifier and TypeMethodDescriptionDefaultServiceOrderService.createSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.ServiceOrderService.createSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.Create a newSrvcOrdItemAppointmententity and save it to the S/4HANA system.DefaultServiceOrderService.updateSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.ServiceOrderService.updateSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.Update an existingSrvcOrdItemAppointmententity and save it to the S/4HANA system.