public class SpecStatusNextStatus extends VdmEntity<SpecStatusNextStatus>
Original entity name from the Odata EDM: A_SpecStatusNextStatusType
Modifier and Type | Class and Description |
---|---|
static class |
SpecStatusNextStatus.SpecStatusNextStatusBuilder |
Modifier and Type | Field and Description |
---|---|
static SpecStatusNextStatusSelectable |
ALL_FIELDS
Selector for all available fields of SpecStatusNextStatus.
|
static SpecStatusNextStatusField<String> |
SPECIFICATION_HDR_STS_SCHEMA
Use with available fluent helpers to apply the SpecificationHdrStsSchema field to query operations.
|
static SpecStatusNextStatusField<String> |
SPECIFICATION_HDR_STS_SCHEMA_FR_STS
Use with available fluent helpers to apply the SpecificationHdrStsSchemaFrSts field to query operations.
|
static SpecStatusNextStatusField<String> |
SPECIFICATION_HDR_STS_SCHEMA_TO_STS
Use with available fluent helpers to apply the SpecificationHdrStsSchemaToSts field to query operations.
|
static SpecStatusNextStatusLink<SpecStatusAttributes> |
TO_NEXT_STATUS_ATTRIBUTES
Use with available fluent helpers to apply the to_NextStatusAttributes navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SpecStatusNextStatus() |
SpecStatusNextStatus(String specificationHdrStsSchema,
String specificationHdrStsSchemaFrSts,
String specificationHdrStsSchemaToSts,
ErpConfigContext erpConfigContext,
List<SpecStatusAttributes> toNextStatusAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
addNextStatusAttributes(SpecStatusAttributes... entity)
Adds elements to the list of associated SpecStatusAttributes entities.
|
static SpecStatusNextStatus.SpecStatusNextStatusBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SpecStatusAttributes> |
fetchNextStatusAttributes()
Fetches the SpecStatusAttributes entities (one to many) associated with this entity.
|
static <T> SpecStatusNextStatusField<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) |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
Optional<List<SpecStatusAttributes>> |
getNextStatusAttributesIfPresent()
Retrieval of associated SpecStatusAttributes entities (one to many).
|
List<SpecStatusAttributes> |
getNextStatusAttributesOrFetch()
Retrieval of associated SpecStatusAttributes entities (one to many).
|
String |
getSpecificationHdrStsSchema()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
getSpecificationHdrStsSchemaFrSts()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
getSpecificationHdrStsSchemaToSts()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
Class<SpecStatusNextStatus> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setNextStatusAttributes(List<SpecStatusAttributes> value)
Overwrites the list of associated SpecStatusAttributes entities for the loaded navigation property to_NextStatusAttributes.
|
void |
setSpecificationHdrStsSchema(String specificationHdrStsSchema)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
void |
setSpecificationHdrStsSchemaFrSts(String specificationHdrStsSchemaFrSts)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
void |
setSpecificationHdrStsSchemaToSts(String specificationHdrStsSchemaToSts)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SpecStatusNextStatusSelectable ALL_FIELDS
public static final SpecStatusNextStatusField<String> SPECIFICATION_HDR_STS_SCHEMA
public static final SpecStatusNextStatusField<String> SPECIFICATION_HDR_STS_SCHEMA_FR_STS
public static final SpecStatusNextStatusField<String> SPECIFICATION_HDR_STS_SCHEMA_TO_STS
public static final SpecStatusNextStatusLink<SpecStatusAttributes> TO_NEXT_STATUS_ATTRIBUTES
public SpecStatusNextStatus()
public SpecStatusNextStatus(@Nullable String specificationHdrStsSchema, @Nullable String specificationHdrStsSchemaFrSts, @Nullable String specificationHdrStsSchemaToSts, @Nullable ErpConfigContext erpConfigContext, List<SpecStatusAttributes> toNextStatusAttributes)
public Class<SpecStatusNextStatus> getType()
getType
in class VdmObject<SpecStatusNextStatus>
public void setSpecificationHdrStsSchema(@Nullable String specificationHdrStsSchema)
Original property name from the Odata EDM: SpecificationHdrStsSchema
specificationHdrStsSchema
- Status Schemepublic void setSpecificationHdrStsSchemaFrSts(@Nullable String specificationHdrStsSchemaFrSts)
Original property name from the Odata EDM: SpecificationHdrStsSchemaFrSts
specificationHdrStsSchemaFrSts
- Status Identificationpublic void setSpecificationHdrStsSchemaToSts(@Nullable String specificationHdrStsSchemaToSts)
Original property name from the Odata EDM: SpecificationHdrStsSchemaToSts
specificationHdrStsSchemaToSts
- Status Toprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<SpecStatusNextStatus>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SpecStatusNextStatus>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SpecStatusNextStatus>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SpecStatusNextStatus>
@Nonnull public static <T> SpecStatusNextStatusField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
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> SpecStatusNextStatusField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SpecStatusNextStatus>
public List<SpecStatusAttributes> fetchNextStatusAttributes() 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.public List<SpecStatusAttributes> getNextStatusAttributesOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_NextStatusAttributes of a queried SpecStatusNextStatus 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.public Optional<List<SpecStatusAttributes>> getNextStatusAttributesIfPresent()
If the navigation property for an entity SpecStatusNextStatus has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setNextStatusAttributes(@Nonnull List<SpecStatusAttributes> value)
If the navigation property to_NextStatusAttributes of a queried SpecStatusNextStatus 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 SpecStatusAttributes entities.public void addNextStatusAttributes(SpecStatusAttributes... entity)
If the navigation property to_NextStatusAttributes of a queried SpecStatusNextStatus 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 SpecStatusAttributes entities.public static SpecStatusNextStatus.SpecStatusNextStatusBuilder builder()
@Nullable public String getSpecificationHdrStsSchema()
Original property name from the Odata EDM: SpecificationHdrStsSchema
@Nullable public String getSpecificationHdrStsSchemaFrSts()
Original property name from the Odata EDM: SpecificationHdrStsSchemaFrSts
@Nullable public String getSpecificationHdrStsSchemaToSts()
Original property name from the Odata EDM: SpecificationHdrStsSchemaToSts
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SpecStatusNextStatus>
erpConfigContext
- public String toString()
toString
in class VdmObject<SpecStatusNextStatus>
public boolean equals(Object o)
equals
in class VdmObject<SpecStatusNextStatus>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SpecStatusNextStatus>
public int hashCode()
hashCode
in class VdmObject<SpecStatusNextStatus>
Copyright © 2018 SAP SE. All rights reserved.