Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdAppointment
Packages that use SrvcOrdAppointment
Package
Description
-
Uses of SrvcOrdAppointment 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 SrvcOrdAppointmentModifier and TypeFieldDescriptionstatic final ServiceOrderLink<SrvcOrdAppointment>ServiceOrder.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 SrvcOrdAppointmentModifier and TypeMethodDescriptionSrvcOrdAppointment.SrvcOrdAppointmentBuilder.build()protected SrvcOrdAppointmentSrvcOrdAppointmentCreateFluentHelper.getEntity()protected SrvcOrdAppointmentSrvcOrdAppointmentUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdAppointmentModifier and TypeMethodDescriptionServiceOrder.fetchAppointment()Fetches the SrvcOrdAppointment entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcOrdAppointment>>ServiceOrder.getAppointmentIfPresent()Retrieval of associated SrvcOrdAppointment entities (one to many).ServiceOrder.getAppointmentOrFetch()Retrieval of associated SrvcOrdAppointment entities (one to many).protected Class<SrvcOrdAppointment>SrvcOrdAppointmentByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdAppointment>SrvcOrdAppointmentFluentHelper.getEntityClass()SrvcOrdAppointment.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdAppointmentModifier and TypeMethodDescriptionvoidServiceOrder.addAppointment(SrvcOrdAppointment... entity) Adds elements to the list of associated SrvcOrdAppointment entities.ServiceOrder.ServiceOrderBuilder.appointment(SrvcOrdAppointment... value) Navigation property to_Appointment for ServiceOrder to multiple SrvcOrdAppointment.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdAppointmentModifier and TypeMethodDescriptionvoidServiceOrder.setAppointment(List<SrvcOrdAppointment> value) Overwrites the list of associated SrvcOrdAppointment entities for the loaded navigation property to_Appointment.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdAppointmentModifierConstructorDescriptionSrvcOrdAppointmentCreateFluentHelper(String servicePath, SrvcOrdAppointment entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdAppointmententity on the OData endpoint.SrvcOrdAppointmentUpdateFluentHelper(String servicePath, SrvcOrdAppointment entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdAppointmententity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdAppointmentModifierConstructorDescriptionServiceOrder(String serviceOrder, String serviceOrderType, UUID serviceOrderUUID, String serviceOrderDescription, String serviceObjectType, String language, String serviceDocumentPriority, ZonedDateTime requestedServiceStartDateTime, ZonedDateTime requestedServiceEndDateTime, ZonedDateTime serviceDocChangedDateTime, String serviceDocumentTemplateType, String purchaseOrderByCustomer, LocalDateTime customerPurchaseOrderDate, String serviceOrderIsReleased, String serviceOrderIsCompleted, String serviceOrderIsRejected, String salesOrganization, String distributionChannel, String division, String salesOffice, String salesGroup, String soldToParty, String shipToParty, String billToParty, String payerParty, String contactPerson, BigDecimal serviceDocGrossAmount, BigDecimal serviceDocNetAmount, BigDecimal serviceDocTaxAmount, String transactionCurrency, String referenceServiceRequest, String referenceServiceContract, String refServiceOrderTemplate, String referenceServiceOrder, String shippingCondition, String respyMgmtServiceTeam, String respyMgmtServiceTeamName, String respyMgmtGlobalTeamID, String srvcOrdCreditStatus, String srvcOrdExecutionStatus, String paymentTerms, String paymentMethod, String sEPAMandate, String srvcSEPAMandateRelevance, String wBSElementExternalID, String salesOrganizationOrgUnitID, String serviceOrganization, String salesOfficeOrgUnitID, String salesGroupOrgUnitID, String fSMServiceCall, String serviceOrderRejectionReason, String referenceInHouseRepair, String referenceInHouseRepairItem, List<SrvcOrdAppointment> toAppointment, List<ServiceOrderConfirmation> toConfirmation, List<ServiceOrderDefect> toDefect, List<SrvcOrdDuration> toDuration, List<ServiceOrderItem> toItem, List<SrvcOrdPartner> toPartner, List<ServiceOrderPersonResp> toPersonResponsible, List<ServiceOrderPriceElement> toPricingElement, List<SrvcOrdProdRefObject> toProductReferenceObject, List<ServiceOrderRefObject> toReferenceObject, List<SrvcOrdRefServiceContract> toReferenceServiceContract, List<ServiceOrdUserStatus> toServiceOrdUserStatus, List<ServiceOrderText> toText) -
Uses of SrvcOrdAppointment 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 SrvcOrdAppointmentModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) ServiceOrderServiceBatchChangeSet.createSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Create a newSrvcOrdAppointmententity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) ServiceOrderServiceBatchChangeSet.updateSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Update an existingSrvcOrdAppointmententity and save it to the S/4HANA system. -
Uses of SrvcOrdAppointment 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 SrvcOrdAppointmentModifier and TypeMethodDescriptionSrvcOrdAppointmentOneToOneLink.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 SrvcOrdAppointmentModifier and TypeMethodDescriptionprotected SrvcOrdAppointmentLink<ObjectT>SrvcOrdAppointmentLink.translateLinkType(EntityLink<SrvcOrdAppointmentLink<ObjectT>, SrvcOrdAppointment, ObjectT> link) -
Uses of SrvcOrdAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdAppointmentModifier and TypeMethodDescriptionDefaultServiceOrderService.createSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Deprecated.ServiceOrderService.createSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Deprecated.Create a newSrvcOrdAppointmententity and save it to the S/4HANA system.DefaultServiceOrderService.updateSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Deprecated.ServiceOrderService.updateSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Deprecated.Update an existingSrvcOrdAppointmententity and save it to the S/4HANA system.