Package com.onslip360
Class API.Partial_MQRecordSchedule
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_MQRecordSchedule>
-
- com.onslip360.API.Partial_MQRecordSchedule
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_MQRecordSchedule>>
- Enclosing class:
- API
public static class API.Partial_MQRecordSchedule extends Onslip360Object<API.Partial_MQRecordSchedule>
-
-
Constructor Summary
Constructors Constructor Description Partial_MQRecordSchedule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>
deleted()
API.Partial_MQRecordSchedule
deleted(Erasable<String> deleted)
API.Partial_MQRecordSchedule
deleted(String deleted)
Optional<String[]>
jsonMqRecords()
API.Partial_MQRecordSchedule
jsonMqRecords(String[] jsonMqRecords)
Erasable<String[]>
tags()
API.Partial_MQRecordSchedule
tags(Erasable<String[]> tags)
API.Partial_MQRecordSchedule
tags(String[] tags)
-
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
-
deleted
@Nonnull public API.Partial_MQRecordSchedule deleted(@Nullable String deleted)
-
deleted
@Nonnull public API.Partial_MQRecordSchedule deleted(@Nullable Erasable<String> deleted)
-
jsonMqRecords
@Nonnull public API.Partial_MQRecordSchedule jsonMqRecords(@Nullable String[] jsonMqRecords)
-
tags
@Nonnull public API.Partial_MQRecordSchedule tags(@Nullable String[] tags)
-
tags
@Nonnull public API.Partial_MQRecordSchedule tags(@Nullable Erasable<String[]> tags)
-
-