public class SubscriptionMaintain extends VdmEntity<SubscriptionMaintain>
Original entity name from the Odata EDM: 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> |
BUS_EVENT_PRIORITY
Use with available fluent helpers to apply the BusEventPriority field to query operations.
|
static SubscriptionMaintainField<String> |
BUS_EVENT_SUBSCRIBER_CODE
Use with available fluent helpers to apply the BusEventSubscriberCode field to query operations.
|
static SubscriptionMaintainField<String> |
BUS_EVENT_SUBSCRIPTION_STATE_CODE
Use with available fluent helpers to apply the BusEventSubscriptionStateCode field to query operations.
|
static SubscriptionMaintainField<String> |
SAP_OBJECT_TASK_CODE
Use with available fluent helpers to apply the SAPObjectTaskCode field to query operations.
|
static SubscriptionMaintainField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SubscriptionMaintain() |
SubscriptionMaintain(String busEventSubscriberCode,
String sAPObjectType,
String sAPObjectTaskCode,
String busEventSubscriptionStateCode,
Short busEventPriority) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SubscriptionMaintain.SubscriptionMaintainBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
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) |
Short |
getBusEventPriority()
Constraints: Not nullable
|
String |
getBusEventSubscriberCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getBusEventSubscriptionStateCode()
Constraints: Not nullable, Maximum length: 1
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
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 |
setSAPObjectTaskCode(String sAPObjectTaskCode)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SubscriptionMaintainSelectable ALL_FIELDS
public static final SubscriptionMaintainField<String> BUS_EVENT_SUBSCRIBER_CODE
public static final SubscriptionMaintainField<String> SAP_OBJECT_TYPE
public static final SubscriptionMaintainField<String> SAP_OBJECT_TASK_CODE
public static final SubscriptionMaintainField<String> BUS_EVENT_SUBSCRIPTION_STATE_CODE
public static final SubscriptionMaintainField<Short> BUS_EVENT_PRIORITY
@Nonnull public Class<SubscriptionMaintain> getType()
getType
in class VdmObject<SubscriptionMaintain>
public void setBusEventSubscriberCode(@Nullable String busEventSubscriberCode)
Original property name from the Odata EDM: BusEventSubscriberCode
busEventSubscriberCode
- Indicates the unique identification that you use to maintain the business object subscriptionspublic void setSAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
sAPObjectType
- Indicates the name of the business object type.public void setSAPObjectTaskCode(@Nullable String sAPObjectTaskCode)
Original property name from the Odata EDM: SAPObjectTaskCode
sAPObjectTaskCode
- SAP Object Task Codepublic void setBusEventSubscriptionStateCode(@Nullable String busEventSubscriptionStateCode)
Original property name from the Odata EDM: BusEventSubscriptionStateCode
busEventSubscriptionStateCode
- Indicates whether the subscription is active or inactive. If the value of this field is 1, then the
subscription is active. If the value of this field is 0, then the subscription is inactive. When a
subscription is created, then by default, it is in Active state.public void setBusEventPriority(@Nullable Short busEventPriority)
Original property name from the Odata EDM: BusEventPriority
busEventPriority
- Indicates the importance level of a subscription. For example, if the priority of a subscription is 1,
then it will hold the most importance.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SubscriptionMaintain>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SubscriptionMaintain>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SubscriptionMaintain>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SubscriptionMaintain>
@Nonnull public static <T> SubscriptionMaintainField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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> SubscriptionMaintainField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<SubscriptionMaintain>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<SubscriptionMaintain>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<SubscriptionMaintain>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<SubscriptionMaintain>
public static SubscriptionMaintain.SubscriptionMaintainBuilder builder()
@Nullable public String getBusEventSubscriberCode()
Original property name from the Odata EDM: BusEventSubscriberCode
@Nullable public String getSAPObjectType()
Original property name from the Odata EDM: SAPObjectType
@Nullable public String getSAPObjectTaskCode()
Original property name from the Odata EDM: SAPObjectTaskCode
@Nullable public String getBusEventSubscriptionStateCode()
Original property name from the Odata EDM: BusEventSubscriptionStateCode
@Nullable public Short getBusEventPriority()
Original property name from the Odata EDM: BusEventPriority
public String toString()
toString
in class VdmObject<SubscriptionMaintain>
public boolean equals(Object o)
equals
in class VdmObject<SubscriptionMaintain>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SubscriptionMaintain>
public int hashCode()
hashCode
in class VdmObject<SubscriptionMaintain>
Copyright © 2019 SAP SE. All rights reserved.