Class RespyMgmtTeamType
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: RespyMgmtTeamType_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of RespyMgmtTeamType instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<RespyMgmtTeamType>Selector for all available fields of RespyMgmtTeamType.static final SimpleProperty.String<RespyMgmtTeamType>static final SimpleProperty.String<RespyMgmtTeamType>static final NavigationProperty.Single<RespyMgmtTeamType,RespyMgmtTeamCategory> Use with available request builders to apply the _TeamCategory navigation property to query operations.Use with available request builders to apply the _TeamTypeFunctions navigation property to query operations.Use with available request builders to apply the _TeamTypeRespyAttributes navigation property to query operations.Use with available request builders to apply the _TeamTypeTexts 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
ConstructorsConstructorDescriptionRespyMgmtTeamType(String respyMgmtTeamType, String respyMgmtTeamCategory, RespyMgmtTeamCategory to_TeamCategory, List<RespyMgmtTeamTypeFunction> to_TeamTypeFunctions, List<RespyMTeamTypeRespyAttrib> to_TeamTypeRespyAttributes, List<RespyMgmtTeamTypeText> to_TeamTypeTexts) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTeamTypeFunctions(RespyMgmtTeamTypeFunction... entity) Adds elements to the list of associated RespyMgmtTeamTypeFunction entities.voidAdds elements to the list of associated RespyMTeamTypeRespyAttrib entities.voidaddTeamTypeTexts(RespyMgmtTeamTypeText... entity) Adds elements to the list of associated RespyMgmtTeamTypeText entities.builder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 30io.vavr.control.Option<RespyMgmtTeamCategory>Retrieval of associated RespyMgmtTeamCategory entity (one to one).io.vavr.control.Option<List<RespyMgmtTeamTypeFunction>>Retrieval of associated RespyMgmtTeamTypeFunction entities (one to many).io.vavr.control.Option<List<RespyMTeamTypeRespyAttrib>>Retrieval of associated RespyMTeamTypeRespyAttrib entities (one to many).io.vavr.control.Option<List<RespyMgmtTeamTypeText>>Retrieval of associated RespyMgmtTeamTypeText entities (one to many).getType()inthashCode()voidsetRespyMgmtTeamCategory(String respyMgmtTeamCategory) Constraints: Not nullable, Maximum length: 30voidsetRespyMgmtTeamType(String respyMgmtTeamType) (Key Field) Constraints: Not nullable, Maximum length: 30voidOverwrites the associated RespyMgmtTeamCategory entity for the loaded navigation property _TeamCategory.voidOverwrites the list of associated RespyMgmtTeamTypeFunction entities for the loaded navigation property _TeamTypeFunctions.voidOverwrites the list of associated RespyMTeamTypeRespyAttrib entities for the loaded navigation property _TeamTypeRespyAttributes.voidOverwrites the list of associated RespyMgmtTeamTypeText entities for the loaded navigation property _TeamTypeTexts.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 RespyMgmtTeamType. -
RESPY_MGMT_TEAM_TYPE
-
RESPY_MGMT_TEAM_CATEGORY
-
TO__TEAM_CATEGORY
public static final NavigationProperty.Single<RespyMgmtTeamType,RespyMgmtTeamCategory> TO__TEAM_CATEGORYUse with available request builders to apply the _TeamCategory navigation property to query operations. -
TO__TEAM_TYPE_FUNCTIONS
public static final NavigationProperty.Collection<RespyMgmtTeamType,RespyMgmtTeamTypeFunction> TO__TEAM_TYPE_FUNCTIONSUse with available request builders to apply the _TeamTypeFunctions navigation property to query operations. -
TO__TEAM_TYPE_RESPY_ATTRIBUTES
public static final NavigationProperty.Collection<RespyMgmtTeamType,RespyMTeamTypeRespyAttrib> TO__TEAM_TYPE_RESPY_ATTRIBUTESUse with available request builders to apply the _TeamTypeRespyAttributes navigation property to query operations. -
TO__TEAM_TYPE_TEXTS
public static final NavigationProperty.Collection<RespyMgmtTeamType,RespyMgmtTeamTypeText> TO__TEAM_TYPE_TEXTSUse with available request builders to apply the _TeamTypeTexts navigation property to query operations.
-
-
Constructor Details
-
RespyMgmtTeamType
public RespyMgmtTeamType() -
RespyMgmtTeamType
public RespyMgmtTeamType(@Nullable String respyMgmtTeamType, @Nullable String respyMgmtTeamCategory, @Nullable RespyMgmtTeamCategory to_TeamCategory, List<RespyMgmtTeamTypeFunction> to_TeamTypeFunctions, List<RespyMTeamTypeRespyAttrib> to_TeamTypeRespyAttributes, List<RespyMgmtTeamTypeText> to_TeamTypeTexts)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<RespyMgmtTeamType>
-
setRespyMgmtTeamType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtTeamType
- Parameters:
respyMgmtTeamType- Team Type
-
setRespyMgmtTeamCategory
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtTeamCategory
- Parameters:
respyMgmtTeamCategory- Team Category
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<RespyMgmtTeamType>
-
getKey
- Overrides:
getKeyin classVdmObject<RespyMgmtTeamType>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<RespyMgmtTeamType>
-
fromMap
- Overrides:
fromMapin classVdmObject<RespyMgmtTeamType>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RespyMgmtTeamType>
-
getTeamCategoryIfPresent
Retrieval of associated RespyMgmtTeamCategory entity (one to one). This corresponds to the OData navigation property _TeamCategory.If the navigation property for an entity RespyMgmtTeamType 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 _TeamCategory is already loaded, the result will
contain the RespyMgmtTeamCategory entity. If not, an
Optionwith result stateemptyis returned.
-
setTeamCategory
Overwrites the associated RespyMgmtTeamCategory entity for the loaded navigation property _TeamCategory.- Parameters:
value- New RespyMgmtTeamCategory entity.
-
getTeamTypeFunctionsIfPresent
@Nonnull public io.vavr.control.Option<List<RespyMgmtTeamTypeFunction>> getTeamTypeFunctionsIfPresent()Retrieval of associated RespyMgmtTeamTypeFunction entities (one to many). This corresponds to the OData navigation property _TeamTypeFunctions.If the navigation property for an entity RespyMgmtTeamType 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 _TeamTypeFunctions is already loaded, the result will
contain the RespyMgmtTeamTypeFunction entities. If not, an
Optionwith result stateemptyis returned.
-
setTeamTypeFunctions
Overwrites the list of associated RespyMgmtTeamTypeFunction entities for the loaded navigation property _TeamTypeFunctions.If the navigation property _TeamTypeFunctions of a queried RespyMgmtTeamType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of RespyMgmtTeamTypeFunction entities.
-
addTeamTypeFunctions
Adds elements to the list of associated RespyMgmtTeamTypeFunction entities. This corresponds to the OData navigation property _TeamTypeFunctions.If the navigation property _TeamTypeFunctions of a queried RespyMgmtTeamType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of RespyMgmtTeamTypeFunction entities.
-
getTeamTypeRespyAttributesIfPresent
@Nonnull public io.vavr.control.Option<List<RespyMTeamTypeRespyAttrib>> getTeamTypeRespyAttributesIfPresent()Retrieval of associated RespyMTeamTypeRespyAttrib entities (one to many). This corresponds to the OData navigation property _TeamTypeRespyAttributes.If the navigation property for an entity RespyMgmtTeamType 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 _TeamTypeRespyAttributes is already loaded, the result
will contain the RespyMTeamTypeRespyAttrib entities. If not, an
Optionwith result stateemptyis returned.
-
setTeamTypeRespyAttributes
Overwrites the list of associated RespyMTeamTypeRespyAttrib entities for the loaded navigation property _TeamTypeRespyAttributes.If the navigation property _TeamTypeRespyAttributes of a queried RespyMgmtTeamType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of RespyMTeamTypeRespyAttrib entities.
-
addTeamTypeRespyAttributes
Adds elements to the list of associated RespyMTeamTypeRespyAttrib entities. This corresponds to the OData navigation property _TeamTypeRespyAttributes.If the navigation property _TeamTypeRespyAttributes of a queried RespyMgmtTeamType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of RespyMTeamTypeRespyAttrib entities.
-
getTeamTypeTextsIfPresent
Retrieval of associated RespyMgmtTeamTypeText entities (one to many). This corresponds to the OData navigation property _TeamTypeTexts.If the navigation property for an entity RespyMgmtTeamType 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 _TeamTypeTexts is already loaded, the result will
contain the RespyMgmtTeamTypeText entities. If not, an
Optionwith result stateemptyis returned.
-
setTeamTypeTexts
Overwrites the list of associated RespyMgmtTeamTypeText entities for the loaded navigation property _TeamTypeTexts.If the navigation property _TeamTypeTexts of a queried RespyMgmtTeamType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of RespyMgmtTeamTypeText entities.
-
addTeamTypeTexts
Adds elements to the list of associated RespyMgmtTeamTypeText entities. This corresponds to the OData navigation property _TeamTypeTexts.If the navigation property _TeamTypeTexts of a queried RespyMgmtTeamType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of RespyMgmtTeamTypeText entities.
-
builder
-
getRespyMgmtTeamType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtTeamType
- Returns:
- Team Type
-
getRespyMgmtTeamCategory
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RespyMgmtTeamCategory
- Returns:
- Team Category
-
toString
- Overrides:
toStringin classVdmObject<RespyMgmtTeamType>
-
equals
- Overrides:
equalsin classVdmEntity<RespyMgmtTeamType>
-
canEqual
- Overrides:
canEqualin classVdmEntity<RespyMgmtTeamType>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<RespyMgmtTeamType>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<RespyMgmtTeamType>
-