Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet.ServiceEntrySheet
Packages that use ServiceEntrySheet
Package
Description
-
Uses of ServiceEntrySheet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet that return ServiceEntrySheetModifier and TypeMethodDescriptionServiceEntrySheet.ServiceEntrySheetBuilder.build()protected ServiceEntrySheetServiceEntrySheetCreateFluentHelper.getEntity()protected ServiceEntrySheetServiceEntrySheetUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet that return types with arguments of type ServiceEntrySheetModifier and TypeMethodDescriptionprotected Class<ServiceEntrySheet>ServiceEntrySheetByKeyFluentHelper.getEntityClass()protected Class<ServiceEntrySheet>ServiceEntrySheetFluentHelper.getEntityClass()ServiceEntrySheet.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet with parameters of type ServiceEntrySheetModifierConstructorDescriptionServiceEntrySheetCreateFluentHelper(String servicePath, ServiceEntrySheet entity, String entityCollection) Creates a fluent helper object that will create aServiceEntrySheetentity on the OData endpoint.ServiceEntrySheetUpdateFluentHelper(String servicePath, ServiceEntrySheet entity, String entityCollection) Creates a fluent helper object that will update aServiceEntrySheetentity on the OData endpoint. -
Uses of ServiceEntrySheet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet.batch with parameters of type ServiceEntrySheetModifier and TypeMethodDescriptionDefaultServiceEntrySheetServiceBatchChangeSet.createServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) ServiceEntrySheetServiceBatchChangeSet.createServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Create a newServiceEntrySheetentity and save it to the S/4HANA system.DefaultServiceEntrySheetServiceBatchChangeSet.updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) ServiceEntrySheetServiceBatchChangeSet.updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Update an existingServiceEntrySheetentity and save it to the S/4HANA system. -
Uses of ServiceEntrySheet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet.link that return types with arguments of type ServiceEntrySheetModifier and TypeMethodDescriptionServiceEntrySheetOneToOneLink.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.serviceentrysheet.link with type arguments of type ServiceEntrySheetModifier and TypeMethodDescriptionprotected ServiceEntrySheetLink<ObjectT>ServiceEntrySheetLink.translateLinkType(EntityLink<ServiceEntrySheetLink<ObjectT>, ServiceEntrySheet, ObjectT> link) -
Uses of ServiceEntrySheet in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceEntrySheetModifier and TypeMethodDescriptionDefaultServiceEntrySheetService.createServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Deprecated.ServiceEntrySheetService.createServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Deprecated.Create a newServiceEntrySheetentity and save it to the S/4HANA system.DefaultServiceEntrySheetService.updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Deprecated.ServiceEntrySheetService.updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Deprecated.Update an existingServiceEntrySheetentity and save it to the S/4HANA system.