Package com.mypurecloud.sdk.v2.model
Class FlowSettingsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowSettingsResponse
- All Implemented Interfaces:
Serializable
This is a table of settings per a loglevel that define what will be logged in executionData when enabled (true)
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) The time this log level was set.booleangetId()getName()getType()inthashCode()logLevelCharacteristics(FlowLogLevel logLevelCharacteristics) The log level set for this flowmodifiedBy(UserReference modifiedBy) User that last changed the log level setting.modifiedByClient(DomainEntityRef modifiedByClient) OAuth client that last changed the log level setting.voidsetDateModified(Date dateModified) voidsetLogLevelCharacteristics(FlowLogLevel logLevelCharacteristics) voidsetModifiedBy(UserReference modifiedBy) voidsetModifiedByClient(DomainEntityRef modifiedByClient) voidvoidtoString()The Flow Type
-
Constructor Details
-
FlowSettingsResponse
public FlowSettingsResponse() -
FlowSettingsResponse
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
type
The Flow Type -
getType
-
setType
-
modifiedBy
User that last changed the log level setting. -
getModifiedBy
-
setModifiedBy
-
modifiedByClient
OAuth client that last changed the log level setting. -
getModifiedByClient
-
setModifiedByClient
-
dateModified
The time this log level was set. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
logLevelCharacteristics
The log level set for this flow -
getLogLevelCharacteristics
-
setLogLevelCharacteristics
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-