Class SlsPrcgCndnTypeInExclsnGroup
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SlsPrcgCndnTypeInExclsnGroup_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SlsPrcgCndnTypeInExclsnGroup instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<SlsPrcgCndnTypeInExclsnGroup>Selector for all available fields of SlsPrcgCndnTypeInExclsnGroup.static final SimpleProperty.String<SlsPrcgCndnTypeInExclsnGroup>static final SimpleProperty.String<SlsPrcgCndnTypeInExclsnGroup>static final SimpleProperty.String<SlsPrcgCndnTypeInExclsnGroup>static final SimpleProperty.String<SlsPrcgCndnTypeInExclsnGroup>Use with available request builders to apply the _SlsPrcgCndnExclusionGroup 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
ConstructorsConstructorDescriptionSlsPrcgCndnTypeInExclsnGroup(String conditionUsage, String conditionApplication, String conditionExclusionGroup, String conditionType, SlsPrcgCndnExclusionGroup to_SlsPrcgCndnExclusionGroup) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 1protected Stringprotected Stringprotected ODataEntityKeygetKey()io.vavr.control.Option<SlsPrcgCndnExclusionGroup>Retrieval of associated SlsPrcgCndnExclusionGroup entity (one to one).getType()inthashCode()voidsetConditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetConditionExclusionGroup(String conditionExclusionGroup) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetConditionType(String conditionType) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetConditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1voidOverwrites the associated SlsPrcgCndnExclusionGroup entity for the loaded navigation property _SlsPrcgCndnExclusionGroup.toString()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 SlsPrcgCndnTypeInExclsnGroup. -
CONDITION_USAGE
-
CONDITION_APPLICATION
-
CONDITION_EXCLUSION_GROUP
-
CONDITION_TYPE
-
TO__SLS_PRCG_CNDN_EXCLUSION_GROUP
public static final NavigationProperty.Single<SlsPrcgCndnTypeInExclsnGroup,SlsPrcgCndnExclusionGroup> TO__SLS_PRCG_CNDN_EXCLUSION_GROUPUse with available request builders to apply the _SlsPrcgCndnExclusionGroup navigation property to query operations.
-
-
Constructor Details
-
SlsPrcgCndnTypeInExclsnGroup
public SlsPrcgCndnTypeInExclsnGroup() -
SlsPrcgCndnTypeInExclsnGroup
public SlsPrcgCndnTypeInExclsnGroup(@Nullable String conditionUsage, @Nullable String conditionApplication, @Nullable String conditionExclusionGroup, @Nullable String conditionType, @Nullable SlsPrcgCndnExclusionGroup to_SlsPrcgCndnExclusionGroup)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SlsPrcgCndnTypeInExclsnGroup>
-
setConditionUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Parameters:
conditionUsage- Usage of the condition table
-
setConditionApplication
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Parameters:
conditionApplication- Application
-
setConditionExclusionGroup
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionExclusionGroup
- Parameters:
conditionExclusionGroup- Condition Exclusion Group
-
setConditionType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionType
- Parameters:
conditionType- Condition Type
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SlsPrcgCndnTypeInExclsnGroup>
-
getKey
- Overrides:
getKeyin classVdmObject<SlsPrcgCndnTypeInExclsnGroup>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SlsPrcgCndnTypeInExclsnGroup>
-
fromMap
- Overrides:
fromMapin classVdmObject<SlsPrcgCndnTypeInExclsnGroup>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SlsPrcgCndnTypeInExclsnGroup>
-
getSlsPrcgCndnExclusionGroupIfPresent
@Nonnull public io.vavr.control.Option<SlsPrcgCndnExclusionGroup> getSlsPrcgCndnExclusionGroupIfPresent()Retrieval of associated SlsPrcgCndnExclusionGroup entity (one to one). This corresponds to the OData navigation property _SlsPrcgCndnExclusionGroup.If the navigation property for an entity SlsPrcgCndnTypeInExclsnGroup 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 _SlsPrcgCndnExclusionGroup is already loaded, the
result will contain the SlsPrcgCndnExclusionGroup entity. If not, an
Optionwith result stateemptyis returned.
-
setSlsPrcgCndnExclusionGroup
Overwrites the associated SlsPrcgCndnExclusionGroup entity for the loaded navigation property _SlsPrcgCndnExclusionGroup.- Parameters:
value- New SlsPrcgCndnExclusionGroup entity.
-
builder
-
getConditionUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
- Usage of the condition table
-
getConditionApplication
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
- Application
-
getConditionExclusionGroup
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionExclusionGroup
- Returns:
- Condition Exclusion Group
-
getConditionType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionType
- Returns:
- Condition Type
-
toString
- Overrides:
toStringin classVdmObject<SlsPrcgCndnTypeInExclsnGroup>
-
equals
- Overrides:
equalsin classVdmEntity<SlsPrcgCndnTypeInExclsnGroup>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SlsPrcgCndnTypeInExclsnGroup>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SlsPrcgCndnTypeInExclsnGroup>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SlsPrcgCndnTypeInExclsnGroup>
-