Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.SrvcOrdTmplUserStatus
Packages that use SrvcOrdTmplUserStatus
Package
Description
-
Uses of SrvcOrdTmplUserStatus 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 SrvcOrdTmplUserStatusModifier and TypeFieldDescriptionstatic final ServiceOrderTemplateLink<SrvcOrdTmplUserStatus>ServiceOrderTemplate.TO_SRVC_ORD_TMPL_USER_STATUSUse with available fluent helpers to apply the to_SrvcOrdTmplUserStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate that return SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionSrvcOrdTmplUserStatus.SrvcOrdTmplUserStatusBuilder.build()protected SrvcOrdTmplUserStatusSrvcOrdTmplUserStatusCreateFluentHelper.getEntity()protected SrvcOrdTmplUserStatusSrvcOrdTmplUserStatusDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate that return types with arguments of type SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionServiceOrderTemplate.fetchSrvcOrdTmplUserStatus()Fetches the SrvcOrdTmplUserStatus entities (one to many) associated with this entity.protected Class<SrvcOrdTmplUserStatus>SrvcOrdTmplUserStatusByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdTmplUserStatus>SrvcOrdTmplUserStatusFluentHelper.getEntityClass()io.vavr.control.Option<List<SrvcOrdTmplUserStatus>>ServiceOrderTemplate.getSrvcOrdTmplUserStatusIfPresent()Retrieval of associated SrvcOrdTmplUserStatus entities (one to many).ServiceOrderTemplate.getSrvcOrdTmplUserStatusOrFetch()Retrieval of associated SrvcOrdTmplUserStatus entities (one to many).SrvcOrdTmplUserStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionvoidServiceOrderTemplate.addSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus... entity) Adds elements to the list of associated SrvcOrdTmplUserStatus entities.ServiceOrderTemplate.ServiceOrderTemplateBuilder.srvcOrdTmplUserStatus(SrvcOrdTmplUserStatus... value) Navigation property to_SrvcOrdTmplUserStatus for ServiceOrderTemplate to multiple SrvcOrdTmplUserStatus.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with type arguments of type SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionvoidServiceOrderTemplate.setSrvcOrdTmplUserStatus(List<SrvcOrdTmplUserStatus> value) Overwrites the list of associated SrvcOrdTmplUserStatus entities for the loaded navigation property to_SrvcOrdTmplUserStatus.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplUserStatusModifierConstructorDescriptionSrvcOrdTmplUserStatusCreateFluentHelper(String servicePath, SrvcOrdTmplUserStatus entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdTmplUserStatusentity on the OData endpoint.SrvcOrdTmplUserStatusDeleteFluentHelper(String servicePath, SrvcOrdTmplUserStatus entity, String entityCollection) Creates a fluent helper object that will delete aSrvcOrdTmplUserStatusentity on the OData endpoint. -
Uses of SrvcOrdTmplUserStatus 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 SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionDefaultServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) ServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) Create a newSrvcOrdTmplUserStatusentity and save it to the S/4HANA system.DefaultServiceOrderTemplateServiceBatchChangeSet.deleteSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) ServiceOrderTemplateServiceBatchChangeSet.deleteSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) Deletes an existingSrvcOrdTmplUserStatusentity in the S/4HANA system. -
Uses of SrvcOrdTmplUserStatus 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 SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionSrvcOrdTmplUserStatusOneToOneLink.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 SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionprotected SrvcOrdTmplUserStatusLink<ObjectT>SrvcOrdTmplUserStatusLink.translateLinkType(EntityLink<SrvcOrdTmplUserStatusLink<ObjectT>, SrvcOrdTmplUserStatus, ObjectT> link) -
Uses of SrvcOrdTmplUserStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdTmplUserStatusModifier and TypeMethodDescriptionDefaultServiceOrderTemplateService.createSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) Deprecated.ServiceOrderTemplateService.createSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) Deprecated.Create a newSrvcOrdTmplUserStatusentity and save it to the S/4HANA system.DefaultServiceOrderTemplateService.deleteSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) Deprecated.ServiceOrderTemplateService.deleteSrvcOrdTmplUserStatus(SrvcOrdTmplUserStatus srvcOrdTmplUserStatus) Deprecated.Deletes an existingSrvcOrdTmplUserStatusentity in the S/4HANA system.