JobNoticeSearch
A complex data type that represents the job notice search.
Elements
Condition
JobNoticeCondition. Optional. The search condition. Specify one of this parameter or CondtionArray.
ConditionArray
ArrayOfJobNoticeCondition. Optional. An array of search conditions. Specify one of this parameter or Condtion.
NotifiedUserId
String. Optional. The ID of the user who received the notice. Specify one of this parameter, NotifiedUserName, NotifiedChannelId, or NotifiedChannelName.
NotifiedUserName
String. Optional. The name of the user who received the notice. Specify one of this parameter, NotifiedUserId, NotifiedChannelId, or NotifiedChannelName.
NotifiedChannelId
String. Optional. The ID of the channel that received the notice. Specify one of this parameter, NotifiedUserId, NotifiedUserName, or NotifiedChannelName.
NotifiedChannelName
String. Optional. The name of the channel that received the notice. Specify one of this parameter, NotifiedUserId, NotifiedUserName, or NotifiedChannelId.
FetchSize
Int. Optional. The maximum number of records to retrieve and return in a result set. The default value is 500.
FetchDirection
Boolean. Optional. If True, records are retrieved forward. If False, records are retrieved backward. The default value is True.
CountLimit
Int. Optional. The maximum number of records to count. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
FetchHandle
String. Optional. Retrieves more items from the result set. In the second and subsequent calls for data, specify the same search criteria as in the original call.