public class TeamTypeFunctions extends VdmEntity<TeamTypeFunctions>
Original entity name from the Odata EDM: TeamTypeFunctionsType
Modifier and Type | Class and Description |
---|---|
static class |
TeamTypeFunctions.TeamTypeFunctionsBuilder
Helper class to allow for fluent creation of TeamTypeFunctions instances.
|
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<TeamTypeFunctions> |
ALL_FIELDS
Selector for all available fields of TeamTypeFunctions.
|
static SimpleProperty.String<TeamTypeFunctions> |
RESPY_MGMT_FUNCTION |
static SimpleProperty.String<TeamTypeFunctions> |
RESPY_MGMT_TEAM_CATEGORY |
static SimpleProperty.String<TeamTypeFunctions> |
RESPY_MGMT_TEAM_TYPE |
static NavigationProperty.Collection<TeamTypeFunctions,TeamTypeFunctionTexts> |
TO__FUNCTION_TEXTS
Use with available request builders to apply the _FunctionTexts navigation property to query operations.
|
static NavigationProperty.Single<TeamTypeFunctions,TeamTypes> |
TO__TEAM_TYPE
Use with available request builders to apply the _TeamType navigation property to query operations.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
TeamTypeFunctions() |
TeamTypeFunctions(String respyMgmtTeamType,
String respyMgmtFunction,
String respyMgmtTeamCategory,
List<TeamTypeFunctionTexts> to_FunctionTexts,
TeamTypes to_TeamType) |
Modifier and Type | Method and Description |
---|---|
void |
addFunctionTexts(TeamTypeFunctionTexts... entity)
Adds elements to the list of associated TeamTypeFunctionTexts entities.
|
static TeamTypeFunctions.TeamTypeFunctionsBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
io.vavr.control.Option<List<TeamTypeFunctionTexts>> |
getFunctionTextsIfPresent()
Retrieval of associated TeamTypeFunctionTexts entities (one to many).
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
String |
getRespyMgmtFunction()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtTeamCategory()
Constraints: Not nullable, Maximum length: 10
|
String |
getRespyMgmtTeamType()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<TeamTypes> |
getTeamTypeIfPresent()
Retrieval of associated TeamTypes entity (one to one).
|
Class<TeamTypeFunctions> |
getType() |
int |
hashCode() |
void |
setFunctionTexts(List<TeamTypeFunctionTexts> value)
Overwrites the list of associated TeamTypeFunctionTexts entities for the loaded navigation property
_FunctionTexts.
|
void |
setRespyMgmtFunction(String respyMgmtFunction)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtTeamCategory(String respyMgmtTeamCategory)
Constraints: Not nullable, Maximum length: 10
|
void |
setRespyMgmtTeamType(String respyMgmtTeamType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setTeamType(TeamTypes value)
Overwrites the associated TeamTypes entity for the loaded navigation property _TeamType.
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SimpleProperty<TeamTypeFunctions> ALL_FIELDS
public static final SimpleProperty.String<TeamTypeFunctions> RESPY_MGMT_TEAM_TYPE
public static final SimpleProperty.String<TeamTypeFunctions> RESPY_MGMT_FUNCTION
public static final SimpleProperty.String<TeamTypeFunctions> RESPY_MGMT_TEAM_CATEGORY
public static final NavigationProperty.Collection<TeamTypeFunctions,TeamTypeFunctionTexts> TO__FUNCTION_TEXTS
public static final NavigationProperty.Single<TeamTypeFunctions,TeamTypes> TO__TEAM_TYPE
@Nonnull public Class<TeamTypeFunctions> getType()
getType
in class VdmObject<TeamTypeFunctions>
public void setRespyMgmtTeamType(@Nullable String respyMgmtTeamType)
Original property name from the Odata EDM: RespyMgmtTeamType
respyMgmtTeamType
- Team Typepublic void setRespyMgmtFunction(@Nullable String respyMgmtFunction)
Original property name from the Odata EDM: RespyMgmtFunction
respyMgmtFunction
- Functionpublic void setRespyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
Original property name from the Odata EDM: RespyMgmtTeamCategory
respyMgmtTeamCategory
- Team Categoryprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<TeamTypeFunctions>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<TeamTypeFunctions>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<TeamTypeFunctions>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<TeamTypeFunctions>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<TeamTypeFunctions>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<TeamTypeFunctions>
@Nonnull public io.vavr.control.Option<List<TeamTypeFunctionTexts>> getFunctionTextsIfPresent()
If the navigation property for an entity TeamTypeFunctions has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setFunctionTexts(@Nonnull List<TeamTypeFunctionTexts> value)
If the navigation property _FunctionTexts of a queried TeamTypeFunctions 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.
value
- List of TeamTypeFunctionTexts entities.public void addFunctionTexts(TeamTypeFunctionTexts... entity)
If the navigation property _FunctionTexts of a queried TeamTypeFunctions 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.
entity
- Array of TeamTypeFunctionTexts entities.@Nonnull public io.vavr.control.Option<TeamTypes> getTeamTypeIfPresent()
If the navigation property for an entity TeamTypeFunctions has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setTeamType(TeamTypes value)
value
- New TeamTypes entity.@Nonnull public static TeamTypeFunctions.TeamTypeFunctionsBuilder builder()
@Nullable public String getRespyMgmtTeamType()
Original property name from the Odata EDM: RespyMgmtTeamType
@Nullable public String getRespyMgmtFunction()
Original property name from the Odata EDM: RespyMgmtFunction
@Nullable public String getRespyMgmtTeamCategory()
Original property name from the Odata EDM: RespyMgmtTeamCategory
@Nonnull public String toString()
toString
in class VdmObject<TeamTypeFunctions>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<TeamTypeFunctions>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<TeamTypeFunctions>
public int hashCode()
hashCode
in class VdmEntity<TeamTypeFunctions>
public String getOdataType()
getOdataType
in class VdmObject<TeamTypeFunctions>
Copyright © 2021 SAP SE. All rights reserved.