Package com.mypurecloud.sdk.v2.model
Class ExecutionDataGlobalSettingsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ExecutionDataGlobalSettingsResponse
- All Implemented Interfaces:
Serializable
ExecutionDataGlobalSettingsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) The time this setting was set.whether or not the setting is enabled.booleangetId()getName()inthashCode()modifiedBy(UserReference modifiedBy) User that last changed the setting.modifiedByClient(DomainEntityRef modifiedByClient) OAuth client that last changed the setting.voidsetDateModified(Date dateModified) voidsetEnabled(Boolean enabled) voidsetModifiedBy(UserReference modifiedBy) voidsetModifiedByClient(DomainEntityRef modifiedByClient) voidtoString()
-
Constructor Details
-
ExecutionDataGlobalSettingsResponse
public ExecutionDataGlobalSettingsResponse() -
ExecutionDataGlobalSettingsResponse
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
enabled
whether or not the setting is enabled. -
getEnabled
-
setEnabled
-
modifiedBy
User that last changed the setting. -
getModifiedBy
-
setModifiedBy
-
modifiedByClient
OAuth client that last changed the setting. -
getModifiedByClient
-
setModifiedByClient
-
dateModified
The time this setting was set. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-