Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog.LabelFieldVersionText
Packages that use LabelFieldVersionText
Package
Description
-
Uses of LabelFieldVersionText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with type parameters of type LabelFieldVersionTextModifier and TypeFieldDescriptionstatic final SimpleProperty<LabelFieldVersionText>LabelFieldVersionText.ALL_FIELDSSelector for all available fields of LabelFieldVersionText.static final SimpleProperty.String<LabelFieldVersionText>LabelFieldVersionText.CREATED_BY_USERstatic final SimpleProperty.DateTime<LabelFieldVersionText>LabelFieldVersionText.CREATION_DATE_TIMEstatic final SimpleProperty.String<LabelFieldVersionText>LabelFieldVersionText.LANGUAGEstatic final SimpleProperty.DateTime<LabelFieldVersionText>LabelFieldVersionText.LAST_CHANGE_DATE_TIMEstatic final SimpleProperty.String<LabelFieldVersionText>LabelFieldVersionText.LAST_CHANGED_BY_USERstatic final SimpleProperty.String<LabelFieldVersionText>LabelFieldVersionText.PROD_CMPLNC_LABEL_FIELD_GROUP_IDstatic final SimpleProperty.String<LabelFieldVersionText>LabelFieldVersionText.PROD_CMPLNC_LABEL_FIELD_NAMEstatic final SimpleProperty.String<LabelFieldVersionText>LabelFieldVersionText.PROD_CMPLNC_LABEL_FIELD_VERSION_IDstatic final NavigationProperty.Single<LabelFieldVersionText,LabelFieldVersion> LabelFieldVersionText.TO__LABEL_FIELD_VERSIONUse with available request builders to apply the _LabelFieldVersion navigation property to query operations.LabelFieldVersion.TO__TEXTSUse with available request builders to apply the _Texts navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog that return LabelFieldVersionTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog that return types with arguments of type LabelFieldVersionTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<LabelFieldVersionText>>LabelFieldVersion.getTextsIfPresent()Retrieval of associated LabelFieldVersionText entities (one to many).LabelFieldVersionText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with parameters of type LabelFieldVersionTextModifier and TypeMethodDescriptionvoidLabelFieldVersion.addTexts(LabelFieldVersionText... entity) Adds elements to the list of associated LabelFieldVersionText entities.LabelFieldVersion.LabelFieldVersionBuilder.texts(LabelFieldVersionText... value) Navigation property _Texts for LabelFieldVersion to multiple LabelFieldVersionText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with type arguments of type LabelFieldVersionTextModifier and TypeMethodDescriptionvoidLabelFieldVersion.setTexts(List<LabelFieldVersionText> value) Overwrites the list of associated LabelFieldVersionText entities for the loaded navigation property _Texts.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with type arguments of type LabelFieldVersionTextModifierConstructorDescriptionLabelFieldVersion(String prodCmplncLabelFieldVersionID, String prodCmplncLabelFieldID, Short prodCmplncLabelFieldVersion, String prodCmplncLblFldVersionStatus, String prodCmplncLabelFieldGroupID, String prodCmplncLblFldTechnicalName, String prodCmplncLblFldDataDefinition, String prodCmplncLblFieldCardinality, String createdByUser, OffsetDateTime creationDateTime, LabelFieldGroup to_LabelFieldGroup, List<LabelFieldVersionText> to_Texts) -
Uses of LabelFieldVersionText 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 LabelFieldVersionTextModifier and TypeMethodDescriptionDefaultLabelFieldCatalogService.countLabelFieldVersionText()Deprecated.LabelFieldCatalogService.countLabelFieldVersionText()Deprecated.Fetch the number of entries from theLabelFieldVersionTextentity collection matching the filter and search expressions.DefaultLabelFieldCatalogService.getAllLabelFieldVersionText()Deprecated.LabelFieldCatalogService.getAllLabelFieldVersionText()Deprecated.Fetch multipleLabelFieldVersionTextentities.DefaultLabelFieldCatalogService.getLabelFieldVersionTextByKey(String prodCmplncLabelFieldVersionID, String language) Deprecated.LabelFieldCatalogService.getLabelFieldVersionTextByKey(String prodCmplncLabelFieldVersionID, String language) Deprecated.Fetch a singleLabelFieldVersionTextentity using key fields.