public class SubscriptionMaintain extends VdmEntity<SubscriptionMaintain>
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionMaintain.SubscriptionMaintainBuilder |
Modifier and Type | Field and Description |
---|---|
static SubscriptionMaintainSelectable |
ALL_FIELDS
Selector for all available fields of SubscriptionMaintain.
|
static SubscriptionMaintainField<Short> |
BUSEVENTPRIORITY
Use with available fluent helpers to apply the Buseventpriority field to query operations.
|
static SubscriptionMaintainField<String> |
BUSEVENTSUBSCRIBERCODE
Use with available fluent helpers to apply the Buseventsubscribercode field to query operations.
|
static SubscriptionMaintainField<String> |
BUSEVENTSUBSCRIPTIONSTATECODE
Use with available fluent helpers to apply the Buseventsubscriptionstatecode field to query operations.
|
static SubscriptionMaintainField<String> |
SAPOBJECTTASKCODE
Use with available fluent helpers to apply the Sapobjecttaskcode field to query operations.
|
static SubscriptionMaintainField<String> |
SAPOBJECTTYPE
Use with available fluent helpers to apply the Sapobjecttype field to query operations.
|
Constructor and Description |
---|
SubscriptionMaintain() |
SubscriptionMaintain(String buseventsubscribercode,
String sapobjecttype,
String sapobjecttaskcode,
String buseventsubscriptionstatecode,
Short buseventpriority,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SubscriptionMaintain.SubscriptionMaintainBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SubscriptionMaintainField<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
|
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 |
getSapobjecttype()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
Class<SubscriptionMaintain> |
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 |
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 |
setSapobjecttype(String sapobjecttype)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SubscriptionMaintainSelectable ALL_FIELDS
public static final SubscriptionMaintainField<String> BUSEVENTSUBSCRIBERCODE
public static final SubscriptionMaintainField<String> SAPOBJECTTYPE
public static final SubscriptionMaintainField<String> SAPOBJECTTASKCODE
public static final SubscriptionMaintainField<String> BUSEVENTSUBSCRIPTIONSTATECODE
public static final SubscriptionMaintainField<Short> BUSEVENTPRIORITY
@Generated(value="lombok") public SubscriptionMaintain()
@ConstructorProperties(value={"buseventsubscribercode","sapobjecttype","sapobjecttaskcode","buseventsubscriptionstatecode","buseventpriority","erpConfigContext"}) @Generated(value="lombok") public SubscriptionMaintain(@Nullable String buseventsubscribercode, @Nullable String sapobjecttype, @Nullable String sapobjecttaskcode, @Nullable String buseventsubscriptionstatecode, @Nullable Short buseventpriority, @Nullable ErpConfigContext erpConfigContext)
public Class<SubscriptionMaintain> getType()
getType
in class VdmObject<SubscriptionMaintain>
public static <T> SubscriptionMaintainField<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 SubscriptionMaintain.SubscriptionMaintainBuilder 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 getBuseventsubscriptionstatecode()
@Nullable @Generated(value="lombok") public Short getBuseventpriority()
@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 setBuseventsubscriptionstatecode(@Nullable String buseventsubscriptionstatecode)
buseventsubscriptionstatecode
- @Generated(value="lombok") public void setBuseventpriority(@Nullable Short buseventpriority)
buseventpriority
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SubscriptionMaintain>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SubscriptionMaintain>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SubscriptionMaintain>
Copyright © 2017 SAP SE. All rights reserved.