Class EngmntProjRsceDmndSkill
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<EngmntProjRsceDmndSkill>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.EngmntProjRsceDmndSkill
Resource Demand Skills
Original entity name from the Odata EDM: A_EngmntProjRsceDmndSkillType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EngmntProjRsceDmndSkillSelectableSelector for all available fields of EngmntProjRsceDmndSkill.static final EngmntProjRsceDmndSkillField<String>Use with available fluent helpers to apply the ResourceDemand field to query operations.static final EngmntProjRsceDmndSkillField<String>Use with available fluent helpers to apply the SkillTagDescription field to query operations.static final EngmntProjRsceDmndSkillField<String>Use with available fluent helpers to apply the Version field to query operations.static final EngmntProjRsceDmndSkillField<String>Use with available fluent helpers to apply the WorkPackage field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionEngmntProjRsceDmndSkill(String workPackage, String resourceDemand, String version, String skillTagDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
EngmntProjRsceDmndSkillField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> EngmntProjRsceDmndSkillField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 24Constraints: nonegetType()(Key Field) Constraints: Not nullable, Maximum length: 28(Key Field) Constraints: Not nullable, Maximum length: 50inthashCode()voidsetResourceDemand(String resourceDemand) (Key Field) Constraints: Not nullable, Maximum length: 24protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSkillTagDescription(String skillTagDescription) Constraints: nonevoidsetVersion(String version) (Key Field) Constraints: Not nullable, Maximum length: 28voidsetWorkPackage(String workPackage) (Key Field) Constraints: Not nullable, Maximum length: 50toString()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 EngmntProjRsceDmndSkill. -
WORK_PACKAGE
Use with available fluent helpers to apply the WorkPackage field to query operations. -
RESOURCE_DEMAND
Use with available fluent helpers to apply the ResourceDemand field to query operations. -
VERSION
Use with available fluent helpers to apply the Version field to query operations. -
SKILL_TAG_DESCRIPTION
Use with available fluent helpers to apply the SkillTagDescription field to query operations.
-
-
Constructor Details
-
EngmntProjRsceDmndSkill
public EngmntProjRsceDmndSkill() -
EngmntProjRsceDmndSkill
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<EngmntProjRsceDmndSkill>
-
setWorkPackage
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackage
- Parameters:
workPackage- Work Package ID
-
setResourceDemand
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ResourceDemand
- Parameters:
resourceDemand- Resource Demand ID
-
setVersion
(Key Field) Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: Version
- Parameters:
version- Plan Version ID
-
setSkillTagDescription
Constraints: noneOriginal property name from the Odata EDM: SkillTagDescription
- Parameters:
skillTagDescription- Skill Tag Description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<EngmntProjRsceDmndSkill>
-
getKey
- Overrides:
getKeyin classVdmObject<EngmntProjRsceDmndSkill>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<EngmntProjRsceDmndSkill>
-
fromMap
- Overrides:
fromMapin classVdmObject<EngmntProjRsceDmndSkill>
-
field
@Nonnull public static <T> EngmntProjRsceDmndSkillField<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> EngmntProjRsceDmndSkillField<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<EngmntProjRsceDmndSkill>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<EngmntProjRsceDmndSkill>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<EngmntProjRsceDmndSkill>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<EngmntProjRsceDmndSkill>
-
builder
-
getWorkPackage
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackage
- Returns:
- Work Package ID
-
getResourceDemand
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ResourceDemand
- Returns:
- Resource Demand ID
-
getVersion
(Key Field) Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: Version
- Returns:
- Plan Version ID
-
getSkillTagDescription
Constraints: noneOriginal property name from the Odata EDM: SkillTagDescription
- Returns:
- Skill Tag Description
-
toString
- Overrides:
toStringin classVdmObject<EngmntProjRsceDmndSkill>
-
equals
- Overrides:
equalsin classVdmEntity<EngmntProjRsceDmndSkill>
-
canEqual
- Overrides:
canEqualin classVdmEntity<EngmntProjRsceDmndSkill>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<EngmntProjRsceDmndSkill>
-