Class LglCntntMDocCategory
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<LglCntntMDocCategory>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaldocument.LglCntntMDocCategory
Legal Document Category
Original entity name from the Odata EDM: A_LglCntntMDocCategoryType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LglCntntMDocCategorySelectableSelector for all available fields of LglCntntMDocCategory.static final LglCntntMDocCategoryField<String>Use with available fluent helpers to apply the LglCntntMCategory field to query operations.static final LglCntntMDocCategoryField<UUID>Use with available fluent helpers to apply the LglCntntMDocCategoryUUID field to query operations.static final LglCntntMDocCategoryField<UUID>Use with available fluent helpers to apply the LglCntntMDocParCatUUID field to query operations.static final LglCntntMDocCategoryField<UUID>Use with available fluent helpers to apply the LglCntntMDocumentUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionLglCntntMDocCategory(UUID lglCntntMDocCategoryUUID, UUID lglCntntMDocParCatUUID, UUID lglCntntMDocumentUUID, String lglCntntMCategory) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
LglCntntMDocCategoryField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LglCntntMDocCategoryField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullableConstraints: noneConstraints: nonegetType()inthashCode()voidsetLglCntntMCategory(String lglCntntMCategory) Constraints: Not nullable, Maximum length: 6voidsetLglCntntMDocCategoryUUID(UUID lglCntntMDocCategoryUUID) (Key Field) Constraints: Not nullablevoidsetLglCntntMDocParCatUUID(UUID lglCntntMDocParCatUUID) Constraints: nonevoidsetLglCntntMDocumentUUID(UUID lglCntntMDocumentUUID) Constraints: noneprotected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of LglCntntMDocCategory. -
LGL_CNTNT_M_DOC_CATEGORY_UUID
Use with available fluent helpers to apply the LglCntntMDocCategoryUUID field to query operations. -
LGL_CNTNT_M_DOC_PAR_CAT_UUID
Use with available fluent helpers to apply the LglCntntMDocParCatUUID field to query operations. -
LGL_CNTNT_M_DOCUMENT_UUID
Use with available fluent helpers to apply the LglCntntMDocumentUUID field to query operations. -
LGL_CNTNT_M_CATEGORY
Use with available fluent helpers to apply the LglCntntMCategory field to query operations.
-
-
Constructor Details
-
LglCntntMDocCategory
public LglCntntMDocCategory() -
LglCntntMDocCategory
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LglCntntMDocCategory>
-
setLglCntntMDocCategoryUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMDocCategoryUUID
- Parameters:
lglCntntMDocCategoryUUID- Universal Unique Identifier
-
setLglCntntMDocParCatUUID
Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocParCatUUID
- Parameters:
lglCntntMDocParCatUUID- Universal Unique Identifier
-
setLglCntntMDocumentUUID
Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocumentUUID
- Parameters:
lglCntntMDocumentUUID- Universal Unique Identifier
-
setLglCntntMCategory
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: LglCntntMCategory
- Parameters:
lglCntntMCategory- Category ID
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LglCntntMDocCategory>
-
getKey
- Overrides:
getKeyin classVdmObject<LglCntntMDocCategory>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LglCntntMDocCategory>
-
fromMap
- Overrides:
fromMapin classVdmObject<LglCntntMDocCategory>
-
field
@Nonnull public static <T> LglCntntMDocCategoryField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> LglCntntMDocCategoryField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<LglCntntMDocCategory>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<LglCntntMDocCategory>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<LglCntntMDocCategory>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LglCntntMDocCategory>
-
builder
-
getLglCntntMDocCategoryUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMDocCategoryUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMDocParCatUUID
Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocParCatUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMDocumentUUID
Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocumentUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMCategory
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: LglCntntMCategory
- Returns:
- Category ID
-
toString
- Overrides:
toStringin classVdmObject<LglCntntMDocCategory>
-
equals
- Overrides:
equalsin classVdmEntity<LglCntntMDocCategory>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LglCntntMDocCategory>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LglCntntMDocCategory>
-