Package com.onslip360
Class API.Partial_MQRecord
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_MQRecord>
 - 
- com.onslip360.API.Partial_MQRecord
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_MQRecord>>
- Enclosing class:
 - API
 
public static class API.Partial_MQRecord extends Onslip360Object<API.Partial_MQRecord>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_MQRecord() 
- 
Method Summary
- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
activeTriggers
@Nonnull public Optional<API.Partial_ActiveTrigger[]> activeTriggers()
 
- 
dataObject
@Nonnull public Erasable<API.Partial_DataObjectOperation> dataObject()
 
- 
type
@Nonnull public Optional<API.MQRecord.Type> type()
 
- 
actionTriggerEvent
@Nonnull public API.Partial_MQRecord actionTriggerEvent(@Nullable Long actionTriggerEvent)
 
- 
actionTriggerEvent
@Nonnull public API.Partial_MQRecord actionTriggerEvent(@Nullable Erasable<Long> actionTriggerEvent)
 
- 
actionUserId
@Nonnull public API.Partial_MQRecord actionUserId(@Nullable Long actionUserId)
 
- 
actionUserId
@Nonnull public API.Partial_MQRecord actionUserId(@Nullable Erasable<Long> actionUserId)
 
- 
activeEventStreams
@Nonnull public API.Partial_MQRecord activeEventStreams(@Nullable String[] activeEventStreams)
 
- 
activeEventStreams
@Nonnull public API.Partial_MQRecord activeEventStreams(@Nullable Erasable<String[]> activeEventStreams)
 
- 
activeTriggers
@Nonnull public API.Partial_MQRecord activeTriggers(@Nullable API.Partial_ActiveTrigger[] activeTriggers)
 
- 
companyAlias
@Nonnull public API.Partial_MQRecord companyAlias(@Nullable String companyAlias)
 
- 
companyAlias
@Nonnull public API.Partial_MQRecord companyAlias(@Nullable Erasable<String> companyAlias)
 
- 
dataObject
@Nonnull public API.Partial_MQRecord dataObject(@Nullable API.Partial_DataObjectOperation dataObject)
 
- 
dataObject
@Nonnull public API.Partial_MQRecord dataObject(@Nullable Erasable<API.Partial_DataObjectOperation> dataObject)
 
- 
retryCount
@Nonnull public API.Partial_MQRecord retryCount(@Nullable Integer retryCount)
 
- 
type
@Nonnull public API.Partial_MQRecord type(@Nullable API.MQRecord.Type type)
 
 - 
 
 -