Class CnsldtnTaskGroupTaskAssignment
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: CnsldtnTaskGroupTaskAssignment_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of CnsldtnTaskGroupTaskAssignment instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnTaskGroupTaskAssignment>Selector for all available fields of CnsldtnTaskGroupTaskAssignment.static final SimpleProperty.Boolean<CnsldtnTaskGroupTaskAssignment>static final SimpleProperty.String<CnsldtnTaskGroupTaskAssignment>static final SimpleProperty.String<CnsldtnTaskGroupTaskAssignment>static final SimpleProperty.Boolean<CnsldtnTaskGroupTaskAssignment>static final SimpleProperty.String<CnsldtnTaskGroupTaskAssignment>Use with available request builders to apply the _CnsldtnTaskGroup navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionCnsldtnTaskGroupTaskAssignment(String consolidationTaskGroup, String consolidationTask, Boolean cnsldtnTskIsBlkdAutomatically, Boolean consolidationTaskIsMilestone, String consolidationTaskSequenceValue, ConsolidationTaskGroup to_CnsldtnTaskGroup) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidio.vavr.control.Option<ConsolidationTaskGroup>Retrieval of associated ConsolidationTaskGroup entity (one to one).Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 5Constraints: Not nullableConstraints: Not nullable, Maximum length: 3protected Stringprotected Stringprotected ODataEntityKeygetKey()getType()inthashCode()voidOverwrites the associated ConsolidationTaskGroup entity for the loaded navigation property _CnsldtnTaskGroup.voidsetCnsldtnTskIsBlkdAutomatically(Boolean cnsldtnTskIsBlkdAutomatically) Constraints: Not nullablevoidsetConsolidationTask(String consolidationTask) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetConsolidationTaskGroup(String consolidationTaskGroup) (Key Field) Constraints: Not nullable, Maximum length: 5voidsetConsolidationTaskIsMilestone(Boolean consolidationTaskIsMilestone) Constraints: Not nullablevoidsetConsolidationTaskSequenceValue(String consolidationTaskSequenceValue) Constraints: Not nullable, Maximum length: 3toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of CnsldtnTaskGroupTaskAssignment. -
CONSOLIDATION_TASK_GROUP
-
CONSOLIDATION_TASK
-
CNSLDTN_TSK_IS_BLKD_AUTOMATICALLY
public static final SimpleProperty.Boolean<CnsldtnTaskGroupTaskAssignment> CNSLDTN_TSK_IS_BLKD_AUTOMATICALLY -
CONSOLIDATION_TASK_IS_MILESTONE
public static final SimpleProperty.Boolean<CnsldtnTaskGroupTaskAssignment> CONSOLIDATION_TASK_IS_MILESTONE -
CONSOLIDATION_TASK_SEQUENCE_VALUE
public static final SimpleProperty.String<CnsldtnTaskGroupTaskAssignment> CONSOLIDATION_TASK_SEQUENCE_VALUE -
TO__CNSLDTN_TASK_GROUP
public static final NavigationProperty.Single<CnsldtnTaskGroupTaskAssignment,ConsolidationTaskGroup> TO__CNSLDTN_TASK_GROUPUse with available request builders to apply the _CnsldtnTaskGroup navigation property to query operations.
-
-
Constructor Details
-
CnsldtnTaskGroupTaskAssignment
public CnsldtnTaskGroupTaskAssignment() -
CnsldtnTaskGroupTaskAssignment
public CnsldtnTaskGroupTaskAssignment(@Nullable String consolidationTaskGroup, @Nullable String consolidationTask, @Nullable Boolean cnsldtnTskIsBlkdAutomatically, @Nullable Boolean consolidationTaskIsMilestone, @Nullable String consolidationTaskSequenceValue, @Nullable ConsolidationTaskGroup to_CnsldtnTaskGroup)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CnsldtnTaskGroupTaskAssignment>
-
setConsolidationTaskGroup
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: ConsolidationTaskGroup
- Parameters:
consolidationTaskGroup- Consolidation Task Group
-
setConsolidationTask
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ConsolidationTask
- Parameters:
consolidationTask- Consolidation Task
-
setCnsldtnTskIsBlkdAutomatically
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnTskIsBlkdAutomatically
- Parameters:
cnsldtnTskIsBlkdAutomatically- Consolidation Task Automatically Blocked
-
setConsolidationTaskIsMilestone
Constraints: Not nullableOriginal property name from the Odata EDM: ConsolidationTaskIsMilestone
- Parameters:
consolidationTaskIsMilestone- Consolidation Task Is Milestone
-
setConsolidationTaskSequenceValue
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ConsolidationTaskSequenceValue
- Parameters:
consolidationTaskSequenceValue- Consolidation Task Sequence
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CnsldtnTaskGroupTaskAssignment>
-
getKey
- Overrides:
getKeyin classVdmObject<CnsldtnTaskGroupTaskAssignment>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CnsldtnTaskGroupTaskAssignment>
-
fromMap
- Overrides:
fromMapin classVdmObject<CnsldtnTaskGroupTaskAssignment>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CnsldtnTaskGroupTaskAssignment>
-
getCnsldtnTaskGroupIfPresent
Retrieval of associated ConsolidationTaskGroup entity (one to one). This corresponds to the OData navigation property _CnsldtnTaskGroup.If the navigation property for an entity CnsldtnTaskGroupTaskAssignment has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _CnsldtnTaskGroup is already loaded, the result will
contain the ConsolidationTaskGroup entity. If not, an
Optionwith result stateemptyis returned.
-
setCnsldtnTaskGroup
Overwrites the associated ConsolidationTaskGroup entity for the loaded navigation property _CnsldtnTaskGroup.- Parameters:
value- New ConsolidationTaskGroup entity.
-
builder
@Nonnull public static CnsldtnTaskGroupTaskAssignment.CnsldtnTaskGroupTaskAssignmentBuilder builder() -
getConsolidationTaskGroup
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: ConsolidationTaskGroup
- Returns:
- Consolidation Task Group
-
getConsolidationTask
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ConsolidationTask
- Returns:
- Consolidation Task
-
getCnsldtnTskIsBlkdAutomatically
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnTskIsBlkdAutomatically
- Returns:
- Consolidation Task Automatically Blocked
-
getConsolidationTaskIsMilestone
Constraints: Not nullableOriginal property name from the Odata EDM: ConsolidationTaskIsMilestone
- Returns:
- Consolidation Task Is Milestone
-
getConsolidationTaskSequenceValue
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ConsolidationTaskSequenceValue
- Returns:
- Consolidation Task Sequence
-
toString
- Overrides:
toStringin classVdmObject<CnsldtnTaskGroupTaskAssignment>
-
equals
- Overrides:
equalsin classVdmEntity<CnsldtnTaskGroupTaskAssignment>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CnsldtnTaskGroupTaskAssignment>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CnsldtnTaskGroupTaskAssignment>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<CnsldtnTaskGroupTaskAssignment>
-