public class SubscriptionRead extends VdmEntity<SubscriptionRead>
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionRead.SubscriptionReadBuilder |
Modifier and Type | Field and Description |
---|---|
static SubscriptionReadSelectable |
ALL_FIELDS
Selector for all available fields of SubscriptionRead.
|
static SubscriptionReadField<Short> |
BUSEVENTPRIORITY
Use with available fluent helpers to apply the Buseventpriority field to query operations.
|
static SubscriptionReadField<String> |
BUSEVENTSUBSCRIBERCODE
Use with available fluent helpers to apply the Buseventsubscribercode field to query operations.
|
static SubscriptionReadField<String> |
BUSEVENTSUBSCRIPTIONSTATECODE
Use with available fluent helpers to apply the Buseventsubscriptionstatecode field to query operations.
|
static SubscriptionReadField<String> |
BUSINESSEVENTSUBSCRIBERNAME
Use with available fluent helpers to apply the Businesseventsubscribername field to query operations.
|
static SubscriptionReadField<String> |
CREATEDBYUSERNAME
Use with available fluent helpers to apply the Createdbyusername field to query operations.
|
static SubscriptionReadField<BigDecimal> |
CREATIONUTCDATETIME
Use with available fluent helpers to apply the Creationutcdatetime field to query operations.
|
static SubscriptionReadField<String> |
SAPOBJECTTASKCODE
Use with available fluent helpers to apply the Sapobjecttaskcode field to query operations.
|
static SubscriptionReadField<String> |
SAPOBJECTTASKTYPENAME
Use with available fluent helpers to apply the Sapobjecttasktypename field to query operations.
|
static SubscriptionReadField<String> |
SAPOBJECTTYPE
Use with available fluent helpers to apply the Sapobjecttype field to query operations.
|
static SubscriptionReadField<String> |
SAPOBJECTTYPENAME
Use with available fluent helpers to apply the Sapobjecttypename field to query operations.
|
Constructor and Description |
---|
SubscriptionRead() |
SubscriptionRead(String buseventsubscribercode,
String sapobjecttype,
String sapobjecttaskcode,
String sapobjecttypename,
String sapobjecttasktypename,
String buseventsubscriptionstatecode,
Short buseventpriority,
String businesseventsubscribername,
BigDecimal creationutcdatetime,
String createdbyusername,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SubscriptionRead.SubscriptionReadBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SubscriptionReadField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Short |
getBuseventpriority()
Constraints: Not nullable
|
String |
getBuseventsubscribercode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getBuseventsubscriptionstatecode()
Constraints: Not nullable, Maximum length: 1
|
String |
getBusinesseventsubscribername()
Constraints: Not nullable, Maximum length: 32
|
String |
getCreatedbyusername()
Constraints: Not nullable, Maximum length: 80
|
BigDecimal |
getCreationutcdatetime()
Constraints: Not nullable, Precision: 15, Scale: 0
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getSapobjecttaskcode()
(Key Field) Constraints: Not nullable, Maximum length: 18
|
String |
getSapobjecttasktypename()
Constraints: Not nullable, Maximum length: 40
|
String |
getSapobjecttype()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
getSapobjecttypename()
Constraints: Not nullable, Maximum length: 40
|
Class<SubscriptionRead> |
getType() |
int |
hashCode() |
void |
setBuseventpriority(Short buseventpriority)
Constraints: Not nullable
|
void |
setBuseventsubscribercode(String buseventsubscribercode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setBuseventsubscriptionstatecode(String buseventsubscriptionstatecode)
Constraints: Not nullable, Maximum length: 1
|
void |
setBusinesseventsubscribername(String businesseventsubscribername)
Constraints: Not nullable, Maximum length: 32
|
void |
setCreatedbyusername(String createdbyusername)
Constraints: Not nullable, Maximum length: 80
|
void |
setCreationutcdatetime(BigDecimal creationutcdatetime)
Constraints: Not nullable, Precision: 15, Scale: 0
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSapobjecttaskcode(String sapobjecttaskcode)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setSapobjecttasktypename(String sapobjecttasktypename)
Constraints: Not nullable, Maximum length: 40
|
void |
setSapobjecttype(String sapobjecttype)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setSapobjecttypename(String sapobjecttypename)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SubscriptionReadSelectable ALL_FIELDS
public static final SubscriptionReadField<String> BUSEVENTSUBSCRIBERCODE
public static final SubscriptionReadField<String> SAPOBJECTTYPE
public static final SubscriptionReadField<String> SAPOBJECTTASKCODE
public static final SubscriptionReadField<String> SAPOBJECTTYPENAME
public static final SubscriptionReadField<String> SAPOBJECTTASKTYPENAME
public static final SubscriptionReadField<String> BUSEVENTSUBSCRIPTIONSTATECODE
public static final SubscriptionReadField<Short> BUSEVENTPRIORITY
public static final SubscriptionReadField<String> BUSINESSEVENTSUBSCRIBERNAME
public static final SubscriptionReadField<BigDecimal> CREATIONUTCDATETIME
public static final SubscriptionReadField<String> CREATEDBYUSERNAME
@Generated(value="lombok") public SubscriptionRead()
@ConstructorProperties(value={"buseventsubscribercode","sapobjecttype","sapobjecttaskcode","sapobjecttypename","sapobjecttasktypename","buseventsubscriptionstatecode","buseventpriority","businesseventsubscribername","creationutcdatetime","createdbyusername","erpConfigContext"}) @Generated(value="lombok") public SubscriptionRead(@Nullable String buseventsubscribercode, @Nullable String sapobjecttype, @Nullable String sapobjecttaskcode, @Nullable String sapobjecttypename, @Nullable String sapobjecttasktypename, @Nullable String buseventsubscriptionstatecode, @Nullable Short buseventpriority, @Nullable String businesseventsubscribername, @Nullable BigDecimal creationutcdatetime, @Nullable String createdbyusername, @Nullable ErpConfigContext erpConfigContext)
public Class<SubscriptionRead> getType()
getType
in class VdmObject<SubscriptionRead>
public static <T> SubscriptionReadField<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.@Generated(value="lombok") public static SubscriptionRead.SubscriptionReadBuilder builder()
@Nullable @Generated(value="lombok") public String getBuseventsubscribercode()
@Nullable @Generated(value="lombok") public String getSapobjecttype()
@Nullable @Generated(value="lombok") public String getSapobjecttaskcode()
@Nullable @Generated(value="lombok") public String getSapobjecttypename()
@Nullable @Generated(value="lombok") public String getSapobjecttasktypename()
@Nullable @Generated(value="lombok") public String getBuseventsubscriptionstatecode()
@Nullable @Generated(value="lombok") public Short getBuseventpriority()
@Nullable @Generated(value="lombok") public String getBusinesseventsubscribername()
@Nullable @Generated(value="lombok") public BigDecimal getCreationutcdatetime()
@Nullable @Generated(value="lombok") public String getCreatedbyusername()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setBuseventsubscribercode(@Nullable String buseventsubscribercode)
buseventsubscribercode
- @Generated(value="lombok") public void setSapobjecttype(@Nullable String sapobjecttype)
sapobjecttype
- @Generated(value="lombok") public void setSapobjecttaskcode(@Nullable String sapobjecttaskcode)
sapobjecttaskcode
- @Generated(value="lombok") public void setSapobjecttypename(@Nullable String sapobjecttypename)
sapobjecttypename
- @Generated(value="lombok") public void setSapobjecttasktypename(@Nullable String sapobjecttasktypename)
sapobjecttasktypename
- @Generated(value="lombok") public void setBuseventsubscriptionstatecode(@Nullable String buseventsubscriptionstatecode)
buseventsubscriptionstatecode
- @Generated(value="lombok") public void setBuseventpriority(@Nullable Short buseventpriority)
buseventpriority
- @Generated(value="lombok") public void setBusinesseventsubscribername(@Nullable String businesseventsubscribername)
businesseventsubscribername
- @Generated(value="lombok") public void setCreationutcdatetime(@Nullable BigDecimal creationutcdatetime)
creationutcdatetime
- @Generated(value="lombok") public void setCreatedbyusername(@Nullable String createdbyusername)
createdbyusername
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SubscriptionRead>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SubscriptionRead>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SubscriptionRead>
Copyright © 2018 SAP SE. All rights reserved.