Class ClfnCharcRstrcnForKeyDate
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ClfnCharcRstrcnForKeyDate>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.characteristicdataforclassification.ClfnCharcRstrcnForKeyDate
Characteristic Restrictions
Original entity name from the Odata EDM: A_ClfnCharcRstrcnForKeyDateType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClfnCharcRstrcnForKeyDateSelectableSelector for all available fields of ClfnCharcRstrcnForKeyDate.static final ClfnCharcRstrcnForKeyDateField<String>Use with available fluent helpers to apply the CharcInternalID field to query operations.static final ClfnCharcRstrcnForKeyDateField<ZonedDateTime>Use with available fluent helpers to apply the CharcLastChangedDateTime field to query operations.static final ClfnCharcRstrcnForKeyDateField<String>Use with available fluent helpers to apply the ClassType field to query operations.static final ClfnCharcRstrcnForKeyDateField<Boolean>Use with available fluent helpers to apply the Delete_mc field to query operations.static final ClfnCharcRstrcnForKeyDateField<LocalDateTime>Use with available fluent helpers to apply the KeyDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionClfnCharcRstrcnForKeyDate(Boolean delete_mc, String charcInternalID, String classType, LocalDateTime keyDate, ZonedDateTime charcLastChangedDateTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ClfnCharcRstrcnForKeyDateField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ClfnCharcRstrcnForKeyDateField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 3protected StringConstraints: noneprotected StringgetKey()Constraints: Not nullable, Precision: 0getType()inthashCode()voidsetCharcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCharcLastChangedDateTime(ZonedDateTime charcLastChangedDateTime) Constraints: Not nullable, Precision: 7voidsetClassType(String classType) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetDelete_mc(Boolean delete_mc) Constraints: nonevoidsetKeyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0protected 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 ClfnCharcRstrcnForKeyDate. -
DELETE_MC
Use with available fluent helpers to apply the Delete_mc field to query operations. -
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations. -
CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations. -
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations. -
CHARC_LAST_CHANGED_DATE_TIME
Use with available fluent helpers to apply the CharcLastChangedDateTime field to query operations.
-
-
Constructor Details
-
ClfnCharcRstrcnForKeyDate
public ClfnCharcRstrcnForKeyDate() -
ClfnCharcRstrcnForKeyDate
public ClfnCharcRstrcnForKeyDate(@Nullable Boolean delete_mc, @Nullable String charcInternalID, @Nullable String classType, @Nullable LocalDateTime keyDate, @Nullable ZonedDateTime charcLastChangedDateTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ClfnCharcRstrcnForKeyDate>
-
setDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Parameters:
delete_mc- Dyn. Method Control
-
setCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Parameters:
charcInternalID- Characteristic Internal ID
-
setClassType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Parameters:
classType- Class Type
-
setKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Parameters:
keyDate- Date data element for SYST
-
setCharcLastChangedDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CharcLastChangedDateTime
- Parameters:
charcLastChangedDateTime- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ClfnCharcRstrcnForKeyDate>
-
getKey
- Overrides:
getKeyin classVdmObject<ClfnCharcRstrcnForKeyDate>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ClfnCharcRstrcnForKeyDate>
-
fromMap
- Overrides:
fromMapin classVdmObject<ClfnCharcRstrcnForKeyDate>
-
field
@Nonnull public static <T> ClfnCharcRstrcnForKeyDateField<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> ClfnCharcRstrcnForKeyDateField<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<ClfnCharcRstrcnForKeyDate>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ClfnCharcRstrcnForKeyDate>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ClfnCharcRstrcnForKeyDate>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ClfnCharcRstrcnForKeyDate>
-
builder
-
getDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
- Dyn. Method Control
-
getCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
- Characteristic Internal ID
-
getClassType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Returns:
- Class Type
-
getKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
- Date data element for SYST
-
getCharcLastChangedDateTime
Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CharcLastChangedDateTime
- Returns:
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
-
toString
- Overrides:
toStringin classVdmObject<ClfnCharcRstrcnForKeyDate>
-
equals
- Overrides:
equalsin classVdmEntity<ClfnCharcRstrcnForKeyDate>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ClfnCharcRstrcnForKeyDate>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ClfnCharcRstrcnForKeyDate>
-