Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceExpandableListResponse
Packages that use V3SourceExpandableListResponse
-
Uses of V3SourceExpandableListResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceExpandableListResponseModifier and TypeMethodDescriptionV3SourceExpandableListResponse.connection(ConnectionResponse connection) The connection associated with the source.V3SourceExpandableListResponse.connectionId(String connectionId) The connectionId of the source.V3SourceExpandableListResponse.createdBy(UserReference createdBy) The user who created the source.V3SourceExpandableListResponse.dateCreated(Date dateCreated) Source creation date-time.V3SourceExpandableListResponse.dateModified(Date dateModified) Source last modification date-time.Optional error details of an errored source.V3SourceExpandableListResponse.lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.V3SourceExpandableListResponse.modifiedBy(UserReference modifiedBy) The user who modified the document.The name of the source.V3SourceExpandableListResponse.status(V3SourceExpandableListResponse.StatusEnum status) The current status of the source.V3SourceExpandableListResponse.triggerType(V3SourceExpandableListResponse.TriggerTypeEnum triggerType) The trigger type of the source.V3SourceExpandableListResponse.type(V3SourceExpandableListResponse.TypeEnum type) The type of the source.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type V3SourceExpandableListResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type V3SourceExpandableListResponseModifier and TypeMethodDescriptionV3SourceExpandableListing.entities(List<V3SourceExpandableListResponse> entities) voidV3SourceExpandableListing.setEntities(List<V3SourceExpandableListResponse> entities)