Class RespyMTeamMemberFunction
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: RespyMTeamMemberFunction_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of RespyMTeamMemberFunction instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<RespyMTeamMemberFunction>Selector for all available fields of RespyMTeamMemberFunction.static final SimpleProperty.String<RespyMTeamMemberFunction>static final SimpleProperty.String<RespyMTeamMemberFunction>static final SimpleProperty.String<RespyMTeamMemberFunction>static final SimpleProperty.String<RespyMTeamMemberFunction>Use with available request builders to apply the _TeamMember 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
ConstructorsConstructorDescriptionRespyMTeamMemberFunction(String respyMgmtGlobalTeamID, String respyMgmtTeamMemberType, String responsibilityTeamMember, String respyMgmtFunction, RespyMgmtTeamMember to_TeamMember) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 2io.vavr.control.Option<RespyMgmtTeamMember>Retrieval of associated RespyMgmtTeamMember entity (one to one).getType()inthashCode()voidsetResponsibilityTeamMember(String responsibilityTeamMember) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetRespyMgmtFunction(String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetRespyMgmtGlobalTeamID(String respyMgmtGlobalTeamID) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetRespyMgmtTeamMemberType(String respyMgmtTeamMemberType) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetTeamMember(RespyMgmtTeamMember value) Overwrites the associated RespyMgmtTeamMember entity for the loaded navigation property _TeamMember.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 RespyMTeamMemberFunction. -
RESPY_MGMT_GLOBAL_TEAM_ID
-
RESPY_MGMT_TEAM_MEMBER_TYPE
-
RESPONSIBILITY_TEAM_MEMBER
-
RESPY_MGMT_FUNCTION
-
TO__TEAM_MEMBER
public static final NavigationProperty.Single<RespyMTeamMemberFunction,RespyMgmtTeamMember> TO__TEAM_MEMBERUse with available request builders to apply the _TeamMember navigation property to query operations.
-
-
Constructor Details
-
RespyMTeamMemberFunction
public RespyMTeamMemberFunction() -
RespyMTeamMemberFunction
public RespyMTeamMemberFunction(@Nullable String respyMgmtGlobalTeamID, @Nullable String respyMgmtTeamMemberType, @Nullable String responsibilityTeamMember, @Nullable String respyMgmtFunction, @Nullable RespyMgmtTeamMember to_TeamMember)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<RespyMTeamMemberFunction>
-
setRespyMgmtGlobalTeamID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Parameters:
respyMgmtGlobalTeamID- Global Team ID in Responsibility Mgmt.
-
setRespyMgmtTeamMemberType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtTeamMemberType
- Parameters:
respyMgmtTeamMemberType- Team Member Type
-
setResponsibilityTeamMember
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ResponsibilityTeamMember
- Parameters:
responsibilityTeamMember- Business Partner Number
-
setRespyMgmtFunction
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtFunction
- Parameters:
respyMgmtFunction- Function
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<RespyMTeamMemberFunction>
-
getKey
- Overrides:
getKeyin classVdmObject<RespyMTeamMemberFunction>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<RespyMTeamMemberFunction>
-
fromMap
- Overrides:
fromMapin classVdmObject<RespyMTeamMemberFunction>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RespyMTeamMemberFunction>
-
getTeamMemberIfPresent
Retrieval of associated RespyMgmtTeamMember entity (one to one). This corresponds to the OData navigation property _TeamMember.If the navigation property for an entity RespyMTeamMemberFunction 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 _TeamMember is already loaded, the result will contain
the RespyMgmtTeamMember entity. If not, an
Optionwith result stateemptyis returned.
-
setTeamMember
Overwrites the associated RespyMgmtTeamMember entity for the loaded navigation property _TeamMember.- Parameters:
value- New RespyMgmtTeamMember entity.
-
builder
-
getRespyMgmtGlobalTeamID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: RespyMgmtGlobalTeamID
- Returns:
- Global Team ID in Responsibility Mgmt.
-
getRespyMgmtTeamMemberType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RespyMgmtTeamMemberType
- Returns:
- Team Member Type
-
getResponsibilityTeamMember
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ResponsibilityTeamMember
- Returns:
- Business Partner Number
-
getRespyMgmtFunction
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtFunction
- Returns:
- Function
-
toString
- Overrides:
toStringin classVdmObject<RespyMTeamMemberFunction>
-
equals
- Overrides:
equalsin classVdmEntity<RespyMTeamMemberFunction>
-
canEqual
- Overrides:
canEqualin classVdmEntity<RespyMTeamMemberFunction>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<RespyMTeamMemberFunction>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<RespyMTeamMemberFunction>
-