Class ChangeRecordRefMasterRecipe
Original entity name from the Odata EDM: A_ChangeRecordRefMasterRecipeType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChangeRecordRefMasterRecipeSelectableSelector for all available fields of ChangeRecordRefMasterRecipe.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the ChangeRecord field to query operations.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the ChangeRecordItemProcgStatus field to query operations.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the ChangeRecordItemRelevance field to query operations.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the ChangeRecordReferenceType field to query operations.static final ChangeRecordRefMasterRecipeField<UUID>Use with available fluent helpers to apply the ChangeRecordReferenceUUID field to query operations.static final ChangeRecordRefMasterRecipeField<UUID>Use with available fluent helpers to apply the ChangeRecordUUID field to query operations.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the CreatedByUser field to query operations.static final ChangeRecordRefMasterRecipeField<ZonedDateTime>Use with available fluent helpers to apply the CreationDateTime field to query operations.static final ChangeRecordRefMasterRecipeField<Boolean>Use with available fluent helpers to apply the Delete_mc field to query operations.static final ChangeRecordRefMasterRecipeField<ZonedDateTime>Use with available fluent helpers to apply the LastChangeDateTime field to query operations.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the LastChangedByUser field to query operations.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the MasterRecipe field to query operations.static final ChangeRecordRefMasterRecipeField<String>Use with available fluent helpers to apply the MasterRecipeGroup field to query operations.static final ChangeRecordRefMasterRecipeField<Boolean>Use with available fluent helpers to apply the Update_mc field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionChangeRecordRefMasterRecipe(Boolean delete_mc, Boolean update_mc, UUID changeRecordReferenceUUID, String changeRecord, UUID changeRecordUUID, String changeRecordReferenceType, String masterRecipeGroup, String masterRecipe, String changeRecordItemProcgStatus, String changeRecordItemRelevance, String createdByUser, ZonedDateTime creationDateTime, String lastChangedByUser, ZonedDateTime lastChangeDateTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ChangeRecordRefMasterRecipeField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ChangeRecordRefMasterRecipeField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullableConstraints: noneConstraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0protected StringConstraints: noneprotected StringgetKey()Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 8getType()Constraints: noneinthashCode()voidsetChangeRecord(String changeRecord) Constraints: Not nullable, Maximum length: 20voidsetChangeRecordItemProcgStatus(String changeRecordItemProcgStatus) Constraints: Not nullable, Maximum length: 2voidsetChangeRecordItemRelevance(String changeRecordItemRelevance) Constraints: Not nullable, Maximum length: 3voidsetChangeRecordReferenceType(String changeRecordReferenceType) Constraints: Not nullable, Maximum length: 3voidsetChangeRecordReferenceUUID(UUID changeRecordReferenceUUID) (Key Field) Constraints: Not nullablevoidsetChangeRecordUUID(UUID changeRecordUUID) Constraints: nonevoidsetCreatedByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12voidsetCreationDateTime(ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 0voidsetDelete_mc(Boolean delete_mc) Constraints: nonevoidsetLastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0voidsetLastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12voidsetMasterRecipe(String masterRecipe) Constraints: Not nullable, Maximum length: 2voidsetMasterRecipeGroup(String masterRecipeGroup) Constraints: Not nullable, Maximum length: 8protected voidsetServicePathForFetch(String servicePathForFetch) voidsetUpdate_mc(Boolean update_mc) Constraints: nonetoString()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 ChangeRecordRefMasterRecipe. -
DELETE_MC
Use with available fluent helpers to apply the Delete_mc field to query operations. -
UPDATE_MC
Use with available fluent helpers to apply the Update_mc field to query operations. -
CHANGE_RECORD_REFERENCE_UUID
Use with available fluent helpers to apply the ChangeRecordReferenceUUID field to query operations. -
CHANGE_RECORD
Use with available fluent helpers to apply the ChangeRecord field to query operations. -
CHANGE_RECORD_UUID
Use with available fluent helpers to apply the ChangeRecordUUID field to query operations. -
CHANGE_RECORD_REFERENCE_TYPE
Use with available fluent helpers to apply the ChangeRecordReferenceType field to query operations. -
MASTER_RECIPE_GROUP
Use with available fluent helpers to apply the MasterRecipeGroup field to query operations. -
MASTER_RECIPE
Use with available fluent helpers to apply the MasterRecipe field to query operations. -
CHANGE_RECORD_ITEM_PROCG_STATUS
Use with available fluent helpers to apply the ChangeRecordItemProcgStatus field to query operations. -
CHANGE_RECORD_ITEM_RELEVANCE
Use with available fluent helpers to apply the ChangeRecordItemRelevance field to query operations. -
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations. -
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations. -
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations. -
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
-
-
Constructor Details
-
ChangeRecordRefMasterRecipe
public ChangeRecordRefMasterRecipe() -
ChangeRecordRefMasterRecipe
public ChangeRecordRefMasterRecipe(@Nullable Boolean delete_mc, @Nullable Boolean update_mc, @Nullable UUID changeRecordReferenceUUID, @Nullable String changeRecord, @Nullable UUID changeRecordUUID, @Nullable String changeRecordReferenceType, @Nullable String masterRecipeGroup, @Nullable String masterRecipe, @Nullable String changeRecordItemProcgStatus, @Nullable String changeRecordItemRelevance, @Nullable String createdByUser, @Nullable ZonedDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable ZonedDateTime lastChangeDateTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ChangeRecordRefMasterRecipe>
-
setDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Parameters:
delete_mc- Dyn. Method Control
-
setUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Parameters:
update_mc- Dyn. Method Control
-
setChangeRecordReferenceUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ChangeRecordReferenceUUID
- Parameters:
changeRecordReferenceUUID- NodeID
-
setChangeRecord
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ChangeRecord
- Parameters:
changeRecord- Change Record ID
-
setChangeRecordUUID
Constraints: noneOriginal property name from the Odata EDM: ChangeRecordUUID
- Parameters:
changeRecordUUID- NodeID
-
setChangeRecordReferenceType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ChangeRecordReferenceType
- Parameters:
changeRecordReferenceType- Object Type
-
setMasterRecipeGroup
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MasterRecipeGroup
- Parameters:
masterRecipeGroup- Recipe Group key
-
setMasterRecipe
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MasterRecipe
- Parameters:
masterRecipe- Recipe
-
setChangeRecordItemProcgStatus
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ChangeRecordItemProcgStatus
- Parameters:
changeRecordItemProcgStatus- Item Processing Status
-
setChangeRecordItemRelevance
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ChangeRecordItemRelevance
- Parameters:
changeRecordItemRelevance- Change Record Item Relevance
-
setCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Parameters:
createdByUser- Created By
-
setCreationDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDateTime
- Parameters:
creationDateTime- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
setLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Parameters:
lastChangedByUser- Changed By
-
setLastChangeDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDateTime
- Parameters:
lastChangeDateTime- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ChangeRecordRefMasterRecipe>
-
getKey
- Overrides:
getKeyin classVdmObject<ChangeRecordRefMasterRecipe>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ChangeRecordRefMasterRecipe>
-
fromMap
- Overrides:
fromMapin classVdmObject<ChangeRecordRefMasterRecipe>
-
field
@Nonnull public static <T> ChangeRecordRefMasterRecipeField<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> ChangeRecordRefMasterRecipeField<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<ChangeRecordRefMasterRecipe>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ChangeRecordRefMasterRecipe>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ChangeRecordRefMasterRecipe>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ChangeRecordRefMasterRecipe>
-
builder
-
getDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
- Dyn. Method Control
-
getUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
- Dyn. Method Control
-
getChangeRecordReferenceUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ChangeRecordReferenceUUID
- Returns:
- NodeID
-
getChangeRecord
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ChangeRecord
- Returns:
- Change Record ID
-
getChangeRecordUUID
Constraints: noneOriginal property name from the Odata EDM: ChangeRecordUUID
- Returns:
- NodeID
-
getChangeRecordReferenceType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ChangeRecordReferenceType
- Returns:
- Object Type
-
getMasterRecipeGroup
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MasterRecipeGroup
- Returns:
- Recipe Group key
-
getMasterRecipe
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MasterRecipe
- Returns:
- Recipe
-
getChangeRecordItemProcgStatus
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ChangeRecordItemProcgStatus
- Returns:
- Item Processing Status
-
getChangeRecordItemRelevance
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ChangeRecordItemRelevance
- Returns:
- Change Record Item Relevance
-
getCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
- Created By
-
getCreationDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDateTime
- Returns:
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
getLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
- Changed By
-
getLastChangeDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDateTime
- Returns:
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
toString
- Overrides:
toStringin classVdmObject<ChangeRecordRefMasterRecipe>
-
equals
- Overrides:
equalsin classVdmEntity<ChangeRecordRefMasterRecipe>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ChangeRecordRefMasterRecipe>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ChangeRecordRefMasterRecipe>
-