Package com.mypurecloud.sdk.v2.model
Class EdgeLogsJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeLogsJobRequest
- All Implemented Interfaces:
Serializable
EdgeLogsJobRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()getQuery()inthashCode()A relative directory to the root Edge log folder to query from.The pattern to use when searching for logs, which may include the wildcards {*, ?}.Boolean whether or not to recurse into directories.voidvoidvoidsetRecurse(Boolean recurse) toString()
-
Constructor Details
-
EdgeLogsJobRequest
public EdgeLogsJobRequest() -
EdgeLogsJobRequest
-
-
Method Details
-
path
A relative directory to the root Edge log folder to query from. -
getPath
-
setPath
-
query
The pattern to use when searching for logs, which may include the wildcards {*, ?}. Multiple search patterns may be combined using a pipe '|' as a delimiter. -
getQuery
-
setQuery
-
recurse
Boolean whether or not to recurse into directories. -
getRecurse
-
setRecurse
-
equals
-
hashCode
public int hashCode() -
toString
-