public class SpecStatusNextStatus extends VdmEntity<SpecStatusNextStatus>
Modifier and Type | Class and Description |
---|---|
static class |
SpecStatusNextStatus.SpecStatusNextStatusBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SpecStatusNextStatus> |
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.
|
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() |
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.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
List<SpecStatusAttributes> |
getNextStatusAttributesOrFetch()
Retrieval of associated SpecStatusAttributes entities (one to many).
|
com.google.common.base.Optional<List<SpecStatusAttributes>> |
getNextStatusAttributesOrNull()
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<SpecStatusNextStatus> 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
@Generated(value="lombok") public SpecStatusNextStatus()
@ConstructorProperties(value={"specificationHdrStsSchema","specificationHdrStsSchemaFrSts","specificationHdrStsSchemaToSts","erpConfigContext","toNextStatusAttributes"}) @Generated(value="lombok") 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 static <T> SpecStatusNextStatusField<T> field(String fieldName, 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.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 com.google.common.base.Optional<List<SpecStatusAttributes>> getNextStatusAttributesOrNull()
If the navigation property to_NextStatusAttributes for an entity SpecStatusNextStatus has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
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.@Generated(value="lombok") public static SpecStatusNextStatus.SpecStatusNextStatusBuilder builder()
@Nullable @Generated(value="lombok") public String getSpecificationHdrStsSchema()
@Nullable @Generated(value="lombok") public String getSpecificationHdrStsSchemaFrSts()
@Nullable @Generated(value="lombok") public String getSpecificationHdrStsSchemaToSts()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSpecificationHdrStsSchema(@Nullable String specificationHdrStsSchema)
specificationHdrStsSchema
- @Generated(value="lombok") public void setSpecificationHdrStsSchemaFrSts(@Nullable String specificationHdrStsSchemaFrSts)
specificationHdrStsSchemaFrSts
- @Generated(value="lombok") public void setSpecificationHdrStsSchemaToSts(@Nullable String specificationHdrStsSchemaToSts)
specificationHdrStsSchemaToSts
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SpecStatusNextStatus>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SpecStatusNextStatus>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SpecStatusNextStatus>
Copyright © 2017 SAP SE. All rights reserved.