Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate.SrvcContrTmplLongText
Packages that use SrvcContrTmplLongText
Package
Description
-
Uses of SrvcContrTmplLongText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate with type parameters of type SrvcContrTmplLongTextModifier and TypeFieldDescriptionstatic final SimpleProperty<SrvcContrTmplLongText>SrvcContrTmplLongText.ALL_FIELDSSelector for all available fields of SrvcContrTmplLongText.static final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.LANGUAGEstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.REFERENCE_LONG_TEXT_KEYstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.REFERENCE_SERVICE_DOCUMENTstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.REFERENCE_SERVICE_DOCUMENT_ITEMstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.REFERENCE_SERVICE_OBJECT_TYPEstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.REFERENCE_TEXT_OBJECT_CATEGORYstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.REFERENCE_TEXT_OBJECT_TYPEstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.SERVICE_CONTRACT_TEMPLATEstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.SERVICE_OBJECT_TYPEstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.SRVC_CONTR_TMPL_LONG_TEXTstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.SRVC_DOC_LOG_TEXT_IDENTIFIERstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.SRVC_DOC_LONG_TEXT_CHANGED_BY_USERstatic final SimpleProperty.DateTime<SrvcContrTmplLongText>SrvcContrTmplLongText.SRVC_DOC_LONG_TEXT_CHANGED_DATE_TIMEstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.SRVC_DOC_LONG_TEXT_CREATED_BY_USERstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.SRVC_DOC_LONG_TEXT_MIME_TYPEstatic final SimpleProperty.DateTime<SrvcContrTmplLongText>SrvcContrTmplLongText.SRVC_DOC_LONG_TXT_CREATION_DATE_TIMEstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.TEXT_OBJECT_CATEGORYstatic final SimpleProperty.String<SrvcContrTmplLongText>SrvcContrTmplLongText.TEXT_OBJECT_TYPEServiceContractTemplate.TO__LONG_TEXTUse with available request builders to apply the _LongText navigation property to query operations.SrvcContrTmplLongText.TO__SERVICE_CONTRACT_TEMPLATEUse with available request builders to apply the _ServiceContractTemplate navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate that return SrvcContrTmplLongTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate that return types with arguments of type SrvcContrTmplLongTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<SrvcContrTmplLongText>>ServiceContractTemplate.getLongTextIfPresent()Retrieval of associated SrvcContrTmplLongText entities (one to many).SrvcContrTmplLongText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate with parameters of type SrvcContrTmplLongTextModifier and TypeMethodDescriptionvoidServiceContractTemplate.addLongText(SrvcContrTmplLongText... entity) Adds elements to the list of associated SrvcContrTmplLongText entities.ServiceContractTemplate.ServiceContractTemplateBuilder.longText(SrvcContrTmplLongText... value) Navigation property _LongText for ServiceContractTemplate to multiple SrvcContrTmplLongText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate with type arguments of type SrvcContrTmplLongTextModifier and TypeMethodDescriptionvoidServiceContractTemplate.setLongText(List<SrvcContrTmplLongText> value) Overwrites the list of associated SrvcContrTmplLongText entities for the loaded navigation property _LongText. -
Uses of SrvcContrTmplLongText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type SrvcContrTmplLongTextModifier and TypeMethodDescriptionDefaultServiceContractTemplateService.countSrvcContrTmplLongText()Deprecated.ServiceContractTemplateService.countSrvcContrTmplLongText()Deprecated.Fetch the number of entries from theSrvcContrTmplLongTextentity collection matching the filter and search expressions.DefaultServiceContractTemplateService.getAllSrvcContrTmplLongText()Deprecated.ServiceContractTemplateService.getAllSrvcContrTmplLongText()Deprecated.Fetch multipleSrvcContrTmplLongTextentities.DefaultServiceContractTemplateService.getSrvcContrTmplLongTextByKey(String serviceContractTemplate, String textObjectType, String language, String srvcDocLogTextIdentifier) Deprecated.ServiceContractTemplateService.getSrvcContrTmplLongTextByKey(String serviceContractTemplate, String textObjectType, String language, String srvcDocLogTextIdentifier) Deprecated.Fetch a singleSrvcContrTmplLongTextentity using key fields.