Package com.mypurecloud.sdk.v2.model
Class V3SourceExpandableListResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceExpandableListResponse
- All Implemented Interfaces:
Serializable
V3SourceExpandableListResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the source.static enumThe trigger type of the source.static enumThe type of the source. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnection(ConnectionResponse connection) The connection associated with the source.connectionId(String connectionId) The connectionId of the source.createdBy(UserReference createdBy) The user who created the source.dateCreated(Date dateCreated) Source creation date-time.dateModified(Date dateModified) Source last modification date-time.booleanOptional error details of an errored source.getError()getId()getName()getType()inthashCode()lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.modifiedBy(UserReference modifiedBy) The user who modified the document.The name of the source.voidsetConnection(ConnectionResponse connection) voidsetConnectionId(String connectionId) voidsetCreatedBy(UserReference createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetLastSync(V3SourceLastSynchronization lastSync) voidsetModifiedBy(UserReference modifiedBy) voidvoidvoidvoidThe current status of the source.toString()The trigger type of the source.The type of the source.
-
Constructor Details
-
V3SourceExpandableListResponse
public V3SourceExpandableListResponse() -
V3SourceExpandableListResponse
-
-
Method Details
-
getId
-
name
The name of the source. -
getName
-
setName
-
connectionId
The connectionId of the source. -
getConnectionId
-
setConnectionId
-
type
The type of the source. -
getType
-
setType
-
triggerType
public V3SourceExpandableListResponse triggerType(V3SourceExpandableListResponse.TriggerTypeEnum triggerType) The trigger type of the source. -
getTriggerType
-
setTriggerType
-
status
The current status of the source. -
getStatus
-
setStatus
-
createdBy
The user who created the source. -
getCreatedBy
-
setCreatedBy
-
modifiedBy
The user who modified the document. -
getModifiedBy
-
setModifiedBy
-
dateCreated
Source creation date-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Source last modification date-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
lastSync
The last synchronization of the source. -
getLastSync
-
setLastSync
-
connection
The connection associated with the source. Needs to be expanded. -
getConnection
-
setConnection
-
error
Optional error details of an errored source. -
getError
-
setError
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-