Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.SrvcOrdTmplItemAppointment
Packages that use SrvcOrdTmplItemAppointment
Package
Description
-
Uses of SrvcOrdTmplItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with type parameters of type SrvcOrdTmplItemAppointmentModifier and TypeFieldDescriptionstatic final ServiceOrderTemplateItemLink<SrvcOrdTmplItemAppointment>ServiceOrderTemplateItem.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.serviceordertemplate that return SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionSrvcOrdTmplItemAppointment.SrvcOrdTmplItemAppointmentBuilder.build()protected SrvcOrdTmplItemAppointmentSrvcOrdTmplItemAppointmentCreateFluentHelper.getEntity()protected SrvcOrdTmplItemAppointmentSrvcOrdTmplItemAppointmentUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate that return types with arguments of type SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionServiceOrderTemplateItem.fetchAppointment()Fetches the SrvcOrdTmplItemAppointment entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcOrdTmplItemAppointment>>ServiceOrderTemplateItem.getAppointmentIfPresent()Retrieval of associated SrvcOrdTmplItemAppointment entities (one to many).ServiceOrderTemplateItem.getAppointmentOrFetch()Retrieval of associated SrvcOrdTmplItemAppointment entities (one to many).protected Class<SrvcOrdTmplItemAppointment>SrvcOrdTmplItemAppointmentByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdTmplItemAppointment>SrvcOrdTmplItemAppointmentFluentHelper.getEntityClass()SrvcOrdTmplItemAppointment.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionvoidServiceOrderTemplateItem.addAppointment(SrvcOrdTmplItemAppointment... entity) Adds elements to the list of associated SrvcOrdTmplItemAppointment entities.ServiceOrderTemplateItem.ServiceOrderTemplateItemBuilder.appointment(SrvcOrdTmplItemAppointment... value) Navigation property to_Appointment for ServiceOrderTemplateItem to multiple SrvcOrdTmplItemAppointment.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with type arguments of type SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionvoidServiceOrderTemplateItem.setAppointment(List<SrvcOrdTmplItemAppointment> value) Overwrites the list of associated SrvcOrdTmplItemAppointment entities for the loaded navigation property to_Appointment.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplItemAppointmentModifierConstructorDescriptionSrvcOrdTmplItemAppointmentCreateFluentHelper(String servicePath, SrvcOrdTmplItemAppointment entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdTmplItemAppointmententity on the OData endpoint.SrvcOrdTmplItemAppointmentUpdateFluentHelper(String servicePath, SrvcOrdTmplItemAppointment entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdTmplItemAppointmententity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with type arguments of type SrvcOrdTmplItemAppointmentModifierConstructorDescriptionServiceOrderTemplateItem(String serviceOrderTemplate, String serviceOrderTemplateItem, UUID serviceOrderTemplateItemUUID, String srvcOrdTmplItmDescription, String serviceObjectType, String serviceDocumentItemObjectType, String language, String product, BigDecimal quantity, String quantityUnit, String srvcOrdTmplItmCategory, ZonedDateTime srvcDocItmValdtyStartDateTime, ZonedDateTime srvcDocItmValdtyEndDateTime, String personResponsible, String srvcOrdTmplItmIsReleased, String parentServiceOrderTemplateItem, String srvcOrdTmplItmIsCompleted, String srvcDocItmPartReferenceItem, String srvcDocItmApptReferenceItem, UUID srvcDocItmApptRefObjectUUID, List<SrvcOrdTmplItemAppointment> toAppointment, List<SrvcOrdTmplItemDuration> toDuration, List<SrvcOrdTmplItemPartner> toPartner, List<ServiceOrderTmplItemRefObj> toReferenceObject, ServiceOrderTemplate toServiceOrderTemplate, List<SrvcOrdTmplItemUserStatus> toSrvcOrdTmplItemUserStatus, List<ServiceOrderTmplItemText> toText) -
Uses of SrvcOrdTmplItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.batch with parameters of type SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionDefaultServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) ServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) Create a newSrvcOrdTmplItemAppointmententity and save it to the S/4HANA system.DefaultServiceOrderTemplateServiceBatchChangeSet.updateSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) ServiceOrderTemplateServiceBatchChangeSet.updateSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) Update an existingSrvcOrdTmplItemAppointmententity and save it to the S/4HANA system. -
Uses of SrvcOrdTmplItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.link that return types with arguments of type SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionSrvcOrdTmplItemAppointmentOneToOneLink.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.serviceordertemplate.link with type arguments of type SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionprotected SrvcOrdTmplItemAppointmentLink<ObjectT>SrvcOrdTmplItemAppointmentLink.translateLinkType(EntityLink<SrvcOrdTmplItemAppointmentLink<ObjectT>, SrvcOrdTmplItemAppointment, ObjectT> link) -
Uses of SrvcOrdTmplItemAppointment in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdTmplItemAppointmentModifier and TypeMethodDescriptionDefaultServiceOrderTemplateService.createSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) Deprecated.ServiceOrderTemplateService.createSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) Deprecated.Create a newSrvcOrdTmplItemAppointmententity and save it to the S/4HANA system.DefaultServiceOrderTemplateService.updateSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) Deprecated.ServiceOrderTemplateService.updateSrvcOrdTmplItemAppointment(SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment) Deprecated.Update an existingSrvcOrdTmplItemAppointmententity and save it to the S/4HANA system.