Class ActivityDef
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: ActivityDef_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of ActivityDef instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<ActivityDef>Selector for all available fields of ActivityDef.static final SimpleProperty.String<ActivityDef>static final SimpleProperty.String<ActivityDef>static final SimpleProperty.String<ActivityDef>static final SimpleProperty.String<ActivityDef>static final SimpleProperty.String<ActivityDef>static final SimpleProperty.String<ActivityDef>static final NavigationProperty.Single<ActivityDef,CategoryDef> Use with available request builders to apply the _CategoryDef 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
ConstructorsConstructorDescriptionActivityDef(String statryRptCategory, String statryRptActivityId, String statryRptDef, String statryRptActivityType, String statryRptCatPhase, String statryRptApplicationID, CategoryDef to_CategoryDef) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidio.vavr.control.Option<CategoryDef>Retrieval of associated CategoryDef entity (one to one).protected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 5Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 5Constraints: Not nullable, Maximum length: 30getType()inthashCode()voidsetCategoryDef(CategoryDef value) Overwrites the associated CategoryDef entity for the loaded navigation property _CategoryDef.voidsetStatryRptActivityId(String statryRptActivityId) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetStatryRptActivityType(String statryRptActivityType) Constraints: Not nullable, Maximum length: 5voidsetStatryRptApplicationID(String statryRptApplicationID) Constraints: Not nullable, Maximum length: 30voidsetStatryRptCategory(String statryRptCategory) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetStatryRptCatPhase(String statryRptCatPhase) Constraints: Not nullable, Maximum length: 5voidsetStatryRptDef(String statryRptDef) Constraints: Not nullable, Maximum length: 30toString()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 ActivityDef. -
STATRY_RPT_CATEGORY
-
STATRY_RPT_ACTIVITY_ID
-
STATRY_RPT_DEF
-
STATRY_RPT_ACTIVITY_TYPE
-
STATRY_RPT_CAT_PHASE
-
STATRY_RPT_APPLICATION_ID
-
TO__CATEGORY_DEF
Use with available request builders to apply the _CategoryDef navigation property to query operations.
-
-
Constructor Details
-
ActivityDef
public ActivityDef() -
ActivityDef
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ActivityDef>
-
setStatryRptCategory
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptCategory
- Parameters:
statryRptCategory- Report Category ID
-
setStatryRptActivityId
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptActivityId
- Parameters:
statryRptActivityId- Activity ID
-
setStatryRptDef
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptDef
- Parameters:
statryRptDef- Report Definition
-
setStatryRptActivityType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptActivityType
- Parameters:
statryRptActivityType- Activity Type
-
setStatryRptCatPhase
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptCatPhase
- Parameters:
statryRptCatPhase- Report Category Phase
-
setStatryRptApplicationID
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptApplicationID
- Parameters:
statryRptApplicationID- Application ID
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ActivityDef>
-
getKey
- Overrides:
getKeyin classVdmObject<ActivityDef>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ActivityDef>
-
fromMap
- Overrides:
fromMapin classVdmObject<ActivityDef>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ActivityDef>
-
getCategoryDefIfPresent
Retrieval of associated CategoryDef entity (one to one). This corresponds to the OData navigation property _CategoryDef.If the navigation property for an entity ActivityDef 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 _CategoryDef is already loaded, the result will contain
the CategoryDef entity. If not, an
Optionwith result stateemptyis returned.
-
setCategoryDef
Overwrites the associated CategoryDef entity for the loaded navigation property _CategoryDef.- Parameters:
value- New CategoryDef entity.
-
builder
-
getStatryRptCategory
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptCategory
- Returns:
- Report Category ID
-
getStatryRptActivityId
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptActivityId
- Returns:
- Activity ID
-
getStatryRptDef
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptDef
- Returns:
- Report Definition
-
getStatryRptActivityType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptActivityType
- Returns:
- Activity Type
-
getStatryRptCatPhase
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptCatPhase
- Returns:
- Report Category Phase
-
getStatryRptApplicationID
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptApplicationID
- Returns:
- Application ID
-
toString
- Overrides:
toStringin classVdmObject<ActivityDef>
-
equals
- Overrides:
equalsin classVdmEntity<ActivityDef>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ActivityDef>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ActivityDef>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<ActivityDef>
-