public class SpecStatusNextStatus extends Entity<SpecStatusNextStatus>
Modifier and Type | Class and Description |
---|---|
static class |
SpecStatusNextStatus.SpecStatusNextStatusBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<SpecStatusNextStatus,String> |
SPECIFICATION_HDR_STS_SCHEMA
Use with available fluent helpers to apply the SpecificationHdrStsSchema field to query operations.
|
static EntityField<SpecStatusNextStatus,String> |
SPECIFICATION_HDR_STS_SCHEMA_FR_STS
Use with available fluent helpers to apply the SpecificationHdrStsSchemaFrSts field to query operations.
|
static EntityField<SpecStatusNextStatus,String> |
SPECIFICATION_HDR_STS_SCHEMA_TO_STS
Use with available fluent helpers to apply the SpecificationHdrStsSchemaToSts field to query operations.
|
Constructor and Description |
---|
SpecStatusNextStatus() |
SpecStatusNextStatus(String specificationHdrStsSchema,
String specificationHdrStsSchemaFrSts,
String specificationHdrStsSchemaToSts,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SpecStatusNextStatus.SpecStatusNextStatusBuilder |
builder() |
boolean |
equals(Object o) |
List<SpecStatusAttributes> |
fetchNextStatusAttributes()
Fetches the SpecStatusAttributes entities (one to many) associated with this entity.
|
static <T> EntityField<SpecStatusNextStatus,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.
|
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 |
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() |
public static final EntityField<SpecStatusNextStatus,String> SPECIFICATION_HDR_STS_SCHEMA
public static final EntityField<SpecStatusNextStatus,String> SPECIFICATION_HDR_STS_SCHEMA_FR_STS
public static final EntityField<SpecStatusNextStatus,String> SPECIFICATION_HDR_STS_SCHEMA_TO_STS
@Generated(value="lombok") public SpecStatusNextStatus()
@ConstructorProperties(value={"specificationHdrStsSchema","specificationHdrStsSchemaFrSts","specificationHdrStsSchemaToSts","erpConfigContext"}) @Generated(value="lombok") public SpecStatusNextStatus(@Nullable String specificationHdrStsSchema, @Nullable String specificationHdrStsSchemaFrSts, @Nullable String specificationHdrStsSchemaToSts, ErpConfigContext erpConfigContext)
public Class<SpecStatusNextStatus> getType()
getType
in class Entity<SpecStatusNextStatus>
public static <T> EntityField<SpecStatusNextStatus,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
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@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()
@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(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<SpecStatusNextStatus>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<SpecStatusNextStatus>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<SpecStatusNextStatus>
Copyright © 2017 SAP SE. All rights reserved.