public class CustMgmtTask extends VdmEntity<CustMgmtTask>
Original entity name from the Odata EDM: A_CustMgmtTaskType
Modifier and Type | Class and Description |
---|---|
static class |
CustMgmtTask.CustMgmtTaskBuilder
Helper class to allow for fluent creation of CustMgmtTask instances.
|
Modifier and Type | Field and Description |
---|---|
static CustMgmtTaskField<String> |
ACCOUNT
Use with available fluent helpers to apply the Account field to query operations.
|
static CustMgmtTaskSelectable |
ALL_FIELDS
Selector for all available fields of CustMgmtTask.
|
static CustMgmtTaskField<String> |
CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
|
static CustMgmtTaskField<String> |
CUST_MGMT_TASK
Use with available fluent helpers to apply the CustMgmtTask field to query operations.
|
static CustMgmtTaskField<String> |
CUST_MGMT_TASK_DESCRIPTION
Use with available fluent helpers to apply the CustMgmtTaskDescription field to query operations.
|
static CustMgmtTaskField<ZonedDateTime> |
CUST_MGMT_TASK_END_DATE_TIME
Use with available fluent helpers to apply the CustMgmtTaskEndDateTime field to query operations.
|
static CustMgmtTaskField<String> |
CUST_MGMT_TASK_IS_COMPLETED
Use with available fluent helpers to apply the CustMgmtTaskIsCompleted field to query operations.
|
static CustMgmtTaskField<Boolean> |
CUST_MGMT_TASK_IS_PRIVATE
Use with available fluent helpers to apply the CustMgmtTaskIsPrivate field to query operations.
|
static CustMgmtTaskField<String> |
CUST_MGMT_TASK_IS_REJECTED
Use with available fluent helpers to apply the CustMgmtTaskIsRejected field to query operations.
|
static CustMgmtTaskField<String> |
CUST_MGMT_TASK_PRIORITY
Use with available fluent helpers to apply the CustMgmtTaskPriority field to query operations.
|
static CustMgmtTaskField<ZonedDateTime> |
CUST_MGMT_TASK_START_DATE_TIME
Use with available fluent helpers to apply the CustMgmtTaskStartDateTime field to query operations.
|
static CustMgmtTaskField<String> |
CUST_MGMT_TASK_TYPE
Use with available fluent helpers to apply the CustMgmtTaskType field to query operations.
|
static CustMgmtTaskField<UUID> |
CUST_MGMT_TASK_UUID
Use with available fluent helpers to apply the CustMgmtTaskUUID field to query operations.
|
static CustMgmtTaskField<String> |
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations.
|
static CustMgmtTaskField<String> |
DIVISION
Use with available fluent helpers to apply the Division field to query operations.
|
static CustMgmtTaskField<String> |
RESPONSIBLE_SALES_ORGANIZATION
Use with available fluent helpers to apply the ResponsibleSalesOrganization field to query operations.
|
static CustMgmtTaskField<String> |
RESPONSIBLE_SERVICE_ORGANIZATION
Use with available fluent helpers to apply the ResponsibleServiceOrganization field to query operations.
|
static CustMgmtTaskField<String> |
SALES_GROUP_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesGroupOrgUnitID field to query operations.
|
static CustMgmtTaskField<String> |
SALES_OFFICE_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOfficeOrgUnitID field to query operations.
|
static CustMgmtTaskField<String> |
SALES_ORGANIZATION_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOrganizationOrgUnitID field to query operations.
|
static CustMgmtTaskField<String> |
SERVICE_ORGANIZATION
Use with available fluent helpers to apply the ServiceOrganization field to query operations.
|
static CustMgmtTaskLink<CustMgmtTaskPersonResp> |
TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
static CustMgmtTaskLink<CustMgmtTaskText> |
TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
CustMgmtTask() |
CustMgmtTask(String custMgmtTask,
String custMgmtTaskType,
String custMgmtTaskDescription,
UUID custMgmtTaskUUID,
String custMgmtTaskPriority,
Boolean custMgmtTaskIsPrivate,
String account,
String contactPerson,
String custMgmtTaskIsCompleted,
String custMgmtTaskIsRejected,
ZonedDateTime custMgmtTaskStartDateTime,
ZonedDateTime custMgmtTaskEndDateTime,
String responsibleSalesOrganization,
String serviceOrganization,
String responsibleServiceOrganization,
String distributionChannel,
String division,
String salesOrganizationOrgUnitID,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<CustMgmtTaskPersonResp> toPersonResponsible,
List<CustMgmtTaskText> toText) |
Modifier and Type | Method and Description |
---|---|
void |
addPersonResponsible(CustMgmtTaskPersonResp... entity)
Adds elements to the list of associated CustMgmtTaskPersonResp entities.
|
void |
addText(CustMgmtTaskText... entity)
Adds elements to the list of associated CustMgmtTaskText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static CustMgmtTask.CustMgmtTaskBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CustMgmtTaskPersonResp> |
fetchPersonResponsible()
Fetches the CustMgmtTaskPersonResp entities (one to many) associated with this entity.
|
List<CustMgmtTaskText> |
fetchText()
Fetches the CustMgmtTaskText entities (one to many) associated with this entity.
|
static <T> CustMgmtTaskField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAccount()
Constraints: Not nullable, Maximum length: 10
|
String |
getContactPerson()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustMgmtTask()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCustMgmtTaskDescription()
Constraints: Not nullable, Maximum length: 40
|
ZonedDateTime |
getCustMgmtTaskEndDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getCustMgmtTaskIsCompleted()
Constraints: Not nullable, Maximum length: 1
|
Boolean |
getCustMgmtTaskIsPrivate()
Constraints: none
|
String |
getCustMgmtTaskIsRejected()
Constraints: Not nullable, Maximum length: 1
|
String |
getCustMgmtTaskPriority()
Constraints: Not nullable, Maximum length: 1
|
ZonedDateTime |
getCustMgmtTaskStartDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getCustMgmtTaskType()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getCustMgmtTaskUUID()
Constraints: none
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDistributionChannel()
Constraints: Not nullable, Maximum length: 2
|
String |
getDivision()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
io.vavr.control.Option<List<CustMgmtTaskPersonResp>> |
getPersonResponsibleIfPresent()
Retrieval of associated CustMgmtTaskPersonResp entities (one to many).
|
List<CustMgmtTaskPersonResp> |
getPersonResponsibleOrFetch()
Retrieval of associated CustMgmtTaskPersonResp entities (one to many).
|
String |
getResponsibleSalesOrganization()
Constraints: Not nullable, Maximum length: 14
|
String |
getResponsibleServiceOrganization()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesGroupOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesOfficeOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesOrganizationOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getServiceOrganization()
Constraints: Not nullable, Maximum length: 14
|
io.vavr.control.Option<List<CustMgmtTaskText>> |
getTextIfPresent()
Retrieval of associated CustMgmtTaskText entities (one to many).
|
List<CustMgmtTaskText> |
getTextOrFetch()
Retrieval of associated CustMgmtTaskText entities (one to many).
|
Class<CustMgmtTask> |
getType() |
int |
hashCode() |
void |
setAccount(String account)
Constraints: Not nullable, Maximum length: 10
|
void |
setContactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustMgmtTask(String custMgmtTask)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustMgmtTaskDescription(String custMgmtTaskDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setCustMgmtTaskEndDateTime(ZonedDateTime custMgmtTaskEndDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setCustMgmtTaskIsCompleted(String custMgmtTaskIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setCustMgmtTaskIsPrivate(Boolean custMgmtTaskIsPrivate)
Constraints: none
|
void |
setCustMgmtTaskIsRejected(String custMgmtTaskIsRejected)
Constraints: Not nullable, Maximum length: 1
|
void |
setCustMgmtTaskPriority(String custMgmtTaskPriority)
Constraints: Not nullable, Maximum length: 1
|
void |
setCustMgmtTaskStartDateTime(ZonedDateTime custMgmtTaskStartDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setCustMgmtTaskType(String custMgmtTaskType)
Constraints: Not nullable, Maximum length: 4
|
void |
setCustMgmtTaskUUID(UUID custMgmtTaskUUID)
Constraints: none
|
void |
setDistributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
void |
setDivision(String division)
Constraints: Not nullable, Maximum length: 2
|
void |
setPersonResponsible(List<CustMgmtTaskPersonResp> value)
Overwrites the list of associated CustMgmtTaskPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
void |
setResponsibleSalesOrganization(String responsibleSalesOrganization)
Constraints: Not nullable, Maximum length: 14
|
void |
setResponsibleServiceOrganization(String responsibleServiceOrganization)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesGroupOrgUnitID(String salesGroupOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesOfficeOrgUnitID(String salesOfficeOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesOrganizationOrgUnitID(String salesOrganizationOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setServiceOrganization(String serviceOrganization)
Constraints: Not nullable, Maximum length: 14
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setText(List<CustMgmtTaskText> value)
Overwrites the list of associated CustMgmtTaskText entities for the loaded navigation property
to_Text.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final CustMgmtTaskSelectable ALL_FIELDS
public static final CustMgmtTaskField<String> CUST_MGMT_TASK
public static final CustMgmtTaskField<String> CUST_MGMT_TASK_TYPE
public static final CustMgmtTaskField<String> CUST_MGMT_TASK_DESCRIPTION
public static final CustMgmtTaskField<UUID> CUST_MGMT_TASK_UUID
public static final CustMgmtTaskField<String> CUST_MGMT_TASK_PRIORITY
public static final CustMgmtTaskField<Boolean> CUST_MGMT_TASK_IS_PRIVATE
public static final CustMgmtTaskField<String> ACCOUNT
public static final CustMgmtTaskField<String> CONTACT_PERSON
public static final CustMgmtTaskField<String> CUST_MGMT_TASK_IS_COMPLETED
public static final CustMgmtTaskField<String> CUST_MGMT_TASK_IS_REJECTED
public static final CustMgmtTaskField<ZonedDateTime> CUST_MGMT_TASK_START_DATE_TIME
public static final CustMgmtTaskField<ZonedDateTime> CUST_MGMT_TASK_END_DATE_TIME
public static final CustMgmtTaskField<String> RESPONSIBLE_SALES_ORGANIZATION
public static final CustMgmtTaskField<String> SERVICE_ORGANIZATION
public static final CustMgmtTaskField<String> RESPONSIBLE_SERVICE_ORGANIZATION
public static final CustMgmtTaskField<String> DISTRIBUTION_CHANNEL
public static final CustMgmtTaskField<String> DIVISION
public static final CustMgmtTaskField<String> SALES_ORGANIZATION_ORG_UNIT_ID
public static final CustMgmtTaskField<String> SALES_OFFICE_ORG_UNIT_ID
public static final CustMgmtTaskField<String> SALES_GROUP_ORG_UNIT_ID
public static final CustMgmtTaskLink<CustMgmtTaskPersonResp> TO_PERSON_RESPONSIBLE
public static final CustMgmtTaskLink<CustMgmtTaskText> TO_TEXT
public CustMgmtTask()
public CustMgmtTask(@Nullable String custMgmtTask, @Nullable String custMgmtTaskType, @Nullable String custMgmtTaskDescription, @Nullable UUID custMgmtTaskUUID, @Nullable String custMgmtTaskPriority, @Nullable Boolean custMgmtTaskIsPrivate, @Nullable String account, @Nullable String contactPerson, @Nullable String custMgmtTaskIsCompleted, @Nullable String custMgmtTaskIsRejected, @Nullable ZonedDateTime custMgmtTaskStartDateTime, @Nullable ZonedDateTime custMgmtTaskEndDateTime, @Nullable String responsibleSalesOrganization, @Nullable String serviceOrganization, @Nullable String responsibleServiceOrganization, @Nullable String distributionChannel, @Nullable String division, @Nullable String salesOrganizationOrgUnitID, @Nullable String salesOfficeOrgUnitID, @Nullable String salesGroupOrgUnitID, List<CustMgmtTaskPersonResp> toPersonResponsible, List<CustMgmtTaskText> toText)
@Nonnull public Class<CustMgmtTask> getType()
getType
in class VdmObject<CustMgmtTask>
public void setCustMgmtTask(@Nullable String custMgmtTask)
Original property name from the Odata EDM: CustMgmtTask
custMgmtTask
- Transaction IDpublic void setCustMgmtTaskType(@Nullable String custMgmtTaskType)
Original property name from the Odata EDM: CustMgmtTaskType
custMgmtTaskType
- Business Transaction Typepublic void setCustMgmtTaskDescription(@Nullable String custMgmtTaskDescription)
Original property name from the Odata EDM: CustMgmtTaskDescription
custMgmtTaskDescription
- Transaction Descriptionpublic void setCustMgmtTaskUUID(@Nullable UUID custMgmtTaskUUID)
Original property name from the Odata EDM: CustMgmtTaskUUID
custMgmtTaskUUID
- GUID of a CRM Order Objectpublic void setCustMgmtTaskPriority(@Nullable String custMgmtTaskPriority)
Original property name from the Odata EDM: CustMgmtTaskPriority
custMgmtTaskPriority
- Activity Prioritypublic void setCustMgmtTaskIsPrivate(@Nullable Boolean custMgmtTaskIsPrivate)
Original property name from the Odata EDM: CustMgmtTaskIsPrivate
custMgmtTaskIsPrivate
- Indicator: Task is Privatepublic void setAccount(@Nullable String account)
Original property name from the Odata EDM: Account
account
- Activity Partnerpublic void setContactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
contactPerson
- Customer Contact Personpublic void setCustMgmtTaskIsCompleted(@Nullable String custMgmtTaskIsCompleted)
Original property name from the Odata EDM: CustMgmtTaskIsCompleted
custMgmtTaskIsCompleted
- The custMgmtTaskIsCompleted to set.public void setCustMgmtTaskIsRejected(@Nullable String custMgmtTaskIsRejected)
Original property name from the Odata EDM: CustMgmtTaskIsRejected
custMgmtTaskIsRejected
- Cancellation Statuspublic void setCustMgmtTaskStartDateTime(@Nullable ZonedDateTime custMgmtTaskStartDateTime)
Original property name from the Odata EDM: CustMgmtTaskStartDateTime
custMgmtTaskStartDateTime
- Start Datepublic void setCustMgmtTaskEndDateTime(@Nullable ZonedDateTime custMgmtTaskEndDateTime)
Original property name from the Odata EDM: CustMgmtTaskEndDateTime
custMgmtTaskEndDateTime
- End Datepublic void setResponsibleSalesOrganization(@Nullable String responsibleSalesOrganization)
Original property name from the Odata EDM: ResponsibleSalesOrganization
responsibleSalesOrganization
- Organizational Unit (Sales)public void setServiceOrganization(@Nullable String serviceOrganization)
Original property name from the Odata EDM: ServiceOrganization
serviceOrganization
- Service Organizationpublic void setResponsibleServiceOrganization(@Nullable String responsibleServiceOrganization)
Original property name from the Odata EDM: ResponsibleServiceOrganization
responsibleServiceOrganization
- Organizational Unit (Service)public void setDistributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
distributionChannel
- Distribution Channelpublic void setDivision(@Nullable String division)
Original property name from the Odata EDM: Division
division
- Divisionpublic void setSalesOrganizationOrgUnitID(@Nullable String salesOrganizationOrgUnitID)
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
salesOrganizationOrgUnitID
- Sales Organization IDpublic void setSalesOfficeOrgUnitID(@Nullable String salesOfficeOrgUnitID)
Original property name from the Odata EDM: SalesOfficeOrgUnitID
salesOfficeOrgUnitID
- Sales Officepublic void setSalesGroupOrgUnitID(@Nullable String salesGroupOrgUnitID)
Original property name from the Odata EDM: SalesGroupOrgUnitID
salesGroupOrgUnitID
- Sales Groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<CustMgmtTask>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<CustMgmtTask>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<CustMgmtTask>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<CustMgmtTask>
@Nonnull public static <T> CustMgmtTaskField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> CustMgmtTaskField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<CustMgmtTask>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<CustMgmtTask>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<CustMgmtTask>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<CustMgmtTask>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<CustMgmtTask>
@Nonnull public List<CustMgmtTaskPersonResp> fetchPersonResponsible() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustMgmtTaskPersonResp> getPersonResponsibleOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PersonResponsible of a queried CustMgmtTask 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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustMgmtTaskPersonResp>> getPersonResponsibleIfPresent()
If the navigation property for an entity CustMgmtTask 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 setPersonResponsible(@Nonnull List<CustMgmtTaskPersonResp> value)
If the navigation property to_PersonResponsible of a queried CustMgmtTask 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 CustMgmtTaskPersonResp entities.public void addPersonResponsible(CustMgmtTaskPersonResp... entity)
If the navigation property to_PersonResponsible of a queried CustMgmtTask 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 CustMgmtTaskPersonResp entities.@Nonnull public List<CustMgmtTaskText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustMgmtTaskText> getTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Text of a queried CustMgmtTask 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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustMgmtTaskText>> getTextIfPresent()
If the navigation property for an entity CustMgmtTask 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 setText(@Nonnull List<CustMgmtTaskText> value)
If the navigation property to_Text of a queried CustMgmtTask 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 CustMgmtTaskText entities.public void addText(CustMgmtTaskText... entity)
If the navigation property to_Text of a queried CustMgmtTask 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 CustMgmtTaskText entities.@Nonnull public static CustMgmtTask.CustMgmtTaskBuilder builder()
@Nullable public String getCustMgmtTask()
Original property name from the Odata EDM: CustMgmtTask
@Nullable public String getCustMgmtTaskType()
Original property name from the Odata EDM: CustMgmtTaskType
@Nullable public String getCustMgmtTaskDescription()
Original property name from the Odata EDM: CustMgmtTaskDescription
@Nullable public UUID getCustMgmtTaskUUID()
Original property name from the Odata EDM: CustMgmtTaskUUID
@Nullable public String getCustMgmtTaskPriority()
Original property name from the Odata EDM: CustMgmtTaskPriority
@Nullable public Boolean getCustMgmtTaskIsPrivate()
Original property name from the Odata EDM: CustMgmtTaskIsPrivate
@Nullable public String getAccount()
Original property name from the Odata EDM: Account
@Nullable public String getContactPerson()
Original property name from the Odata EDM: ContactPerson
@Nullable public String getCustMgmtTaskIsCompleted()
Original property name from the Odata EDM: CustMgmtTaskIsCompleted
@Nullable public String getCustMgmtTaskIsRejected()
Original property name from the Odata EDM: CustMgmtTaskIsRejected
@Nullable public ZonedDateTime getCustMgmtTaskStartDateTime()
Original property name from the Odata EDM: CustMgmtTaskStartDateTime
@Nullable public ZonedDateTime getCustMgmtTaskEndDateTime()
Original property name from the Odata EDM: CustMgmtTaskEndDateTime
@Nullable public String getResponsibleSalesOrganization()
Original property name from the Odata EDM: ResponsibleSalesOrganization
@Nullable public String getServiceOrganization()
Original property name from the Odata EDM: ServiceOrganization
@Nullable public String getResponsibleServiceOrganization()
Original property name from the Odata EDM: ResponsibleServiceOrganization
@Nullable public String getDistributionChannel()
Original property name from the Odata EDM: DistributionChannel
@Nullable public String getDivision()
Original property name from the Odata EDM: Division
@Nullable public String getSalesOrganizationOrgUnitID()
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
@Nullable public String getSalesOfficeOrgUnitID()
Original property name from the Odata EDM: SalesOfficeOrgUnitID
@Nullable public String getSalesGroupOrgUnitID()
Original property name from the Odata EDM: SalesGroupOrgUnitID
@Nonnull public String toString()
toString
in class VdmObject<CustMgmtTask>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<CustMgmtTask>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<CustMgmtTask>
public int hashCode()
hashCode
in class VdmObject<CustMgmtTask>
Copyright © 2021 SAP SE. All rights reserved.