Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog.LabelFieldVersion
Packages that use LabelFieldVersion
Package
Description
-
Uses of LabelFieldVersion 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 LabelFieldVersionModifier and TypeFieldDescriptionstatic final SimpleProperty<LabelFieldVersion>LabelFieldVersion.ALL_FIELDSSelector for all available fields of LabelFieldVersion.static final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.CREATED_BY_USERstatic final SimpleProperty.DateTime<LabelFieldVersion>LabelFieldVersion.CREATION_DATE_TIMEstatic final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LABEL_FIELD_GROUP_IDstatic final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LABEL_FIELD_IDstatic final SimpleProperty.NumericInteger<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LABEL_FIELD_VERSIONstatic final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LABEL_FIELD_VERSION_IDstatic final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LBL_FIELD_CARDINALITYstatic final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LBL_FLD_DATA_DEFINITIONstatic final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LBL_FLD_TECHNICAL_NAMEstatic final SimpleProperty.String<LabelFieldVersion>LabelFieldVersion.PROD_CMPLNC_LBL_FLD_VERSION_STATUSstatic final NavigationProperty.Single<LabelFieldVersion,LabelFieldGroup> LabelFieldVersion.TO__LABEL_FIELD_GROUPUse with available request builders to apply the _LabelFieldGroup navigation property to query operations.static final NavigationProperty.Single<LabelFieldVersionText,LabelFieldVersion> LabelFieldVersionText.TO__LABEL_FIELD_VERSIONUse with available request builders to apply the _LabelFieldVersion navigation property to query operations.static final NavigationProperty.Collection<LabelFieldGroup,LabelFieldVersion> LabelFieldGroup.TO__LABEL_FIELD_VERSIONSUse with available request builders to apply the _LabelFieldVersions 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 LabelFieldVersionMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog that return types with arguments of type LabelFieldVersionModifier and TypeMethodDescriptionio.vavr.control.Option<LabelFieldVersion>LabelFieldVersionText.getLabelFieldVersionIfPresent()Retrieval of associated LabelFieldVersion entity (one to one).io.vavr.control.Option<List<LabelFieldVersion>>LabelFieldGroup.getLabelFieldVersionsIfPresent()Retrieval of associated LabelFieldVersion entities (one to many).LabelFieldVersion.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with parameters of type LabelFieldVersionModifier and TypeMethodDescriptionvoidLabelFieldGroup.addLabelFieldVersions(LabelFieldVersion... entity) Adds elements to the list of associated LabelFieldVersion entities.LabelFieldVersionText.LabelFieldVersionTextBuilder.labelFieldVersion(LabelFieldVersion value) Navigation property _LabelFieldVersion for LabelFieldVersionText to single LabelFieldVersion.LabelFieldGroup.LabelFieldGroupBuilder.labelFieldVersions(LabelFieldVersion... value) Navigation property _LabelFieldVersions for LabelFieldGroup to multiple LabelFieldVersion.voidLabelFieldVersionText.setLabelFieldVersion(LabelFieldVersion value) Overwrites the associated LabelFieldVersion entity for the loaded navigation property _LabelFieldVersion.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with type arguments of type LabelFieldVersionModifier and TypeMethodDescriptionvoidLabelFieldGroup.setLabelFieldVersions(List<LabelFieldVersion> value) Overwrites the list of associated LabelFieldVersion entities for the loaded navigation property _LabelFieldVersions.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog with parameters of type LabelFieldVersionModifierConstructorDescriptionLabelFieldVersionText(String prodCmplncLabelFieldVersionID, String language, String prodCmplncLabelFieldName, String prodCmplncLabelFieldGroupID, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, LabelFieldVersion to_LabelFieldVersion) -
Uses of LabelFieldVersion 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 LabelFieldVersionModifier and TypeMethodDescriptionDefaultLabelFieldCatalogService.countLabelFieldVersion()Deprecated.LabelFieldCatalogService.countLabelFieldVersion()Deprecated.Fetch the number of entries from theLabelFieldVersionentity collection matching the filter and search expressions.DefaultLabelFieldCatalogService.getAllLabelFieldVersion()Deprecated.LabelFieldCatalogService.getAllLabelFieldVersion()Deprecated.Fetch multipleLabelFieldVersionentities.DefaultLabelFieldCatalogService.getLabelFieldVersionByKey(String prodCmplncLabelFieldVersionID) Deprecated.LabelFieldCatalogService.getLabelFieldVersionByKey(String prodCmplncLabelFieldVersionID) Deprecated.Fetch a singleLabelFieldVersionentity using key fields.