Uses of Class
com.mypurecloud.sdk.v2.model.Program
Packages that use Program
-
Uses of Program in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ProgramModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsProgram(GetSpeechandtextanalyticsProgramRequest request) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApi.getSpeechandtextanalyticsProgram(String programId) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApi.postSpeechandtextanalyticsPrograms(PostSpeechandtextanalyticsProgramsRequest request) Create new Speech & Text Analytics programSpeechTextAnalyticsApi.postSpeechandtextanalyticsPrograms(ProgramRequest body) Create new Speech & Text Analytics programSpeechTextAnalyticsApi.putSpeechandtextanalyticsProgram(PutSpeechandtextanalyticsProgramRequest request) Update existing Speech & Text Analytics programSpeechTextAnalyticsApi.putSpeechandtextanalyticsProgram(String programId, ProgramRequest body) Update existing Speech & Text Analytics programMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ProgramModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsProgram(ApiRequest<Void> request) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsProgramAsync(GetSpeechandtextanalyticsProgramRequest request, AsyncApiCallback<Program> callback) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsProgramAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Program>> callback) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramWithHttpInfo(String programId) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApi.postSpeechandtextanalyticsPrograms(ApiRequest<ProgramRequest> request) Create new Speech & Text Analytics programSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsProgramsAsync(PostSpeechandtextanalyticsProgramsRequest request, AsyncApiCallback<Program> callback) Create new Speech & Text Analytics programSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsProgramsAsync(ApiRequest<ProgramRequest> request, AsyncApiCallback<ApiResponse<Program>> callback) Create new Speech & Text Analytics programSpeechTextAnalyticsApi.postSpeechandtextanalyticsProgramsWithHttpInfo(ProgramRequest body) Create new Speech & Text Analytics programSpeechTextAnalyticsApi.putSpeechandtextanalyticsProgram(ApiRequest<ProgramRequest> request) Update existing Speech & Text Analytics programSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsProgramAsync(PutSpeechandtextanalyticsProgramRequest request, AsyncApiCallback<Program> callback) Update existing Speech & Text Analytics programSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsProgramAsync(ApiRequest<ProgramRequest> request, AsyncApiCallback<ApiResponse<Program>> callback) Update existing Speech & Text Analytics programSpeechTextAnalyticsApi.putSpeechandtextanalyticsProgramWithHttpInfo(String programId, ProgramRequest body) Update existing Speech & Text Analytics programMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ProgramModifier and TypeMethodDescriptionSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsProgramAsync(GetSpeechandtextanalyticsProgramRequest request, AsyncApiCallback<Program> callback) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsProgramAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Program>> callback) Get a Speech & Text Analytics program by idSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsProgramsAsync(PostSpeechandtextanalyticsProgramsRequest request, AsyncApiCallback<Program> callback) Create new Speech & Text Analytics programSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsProgramsAsync(ApiRequest<ProgramRequest> request, AsyncApiCallback<ApiResponse<Program>> callback) Create new Speech & Text Analytics programSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsProgramAsync(PutSpeechandtextanalyticsProgramRequest request, AsyncApiCallback<Program> callback) Update existing Speech & Text Analytics programSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsProgramAsync(ApiRequest<ProgramRequest> request, AsyncApiCallback<ApiResponse<Program>> callback) Update existing Speech & Text Analytics program -
Uses of Program in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ProgramModifier and TypeMethodDescriptionProgram.dateModified(Date dateModified) Date time is represented as an ISO-8601 string.Program.datePublished(Date datePublished) Date time is represented as an ISO-8601 string.Program.description(String description) Program.modifiedBy(AddressableEntityRef modifiedBy) Program.publishedBy(AddressableEntityRef publishedBy) Program.topicLinksJob(AddressableEntityRef topicLinksJob) Program.topics(List<BaseTopicEntitiy> topics) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ProgramMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ProgramModifier and TypeMethodDescriptionvoidUnpublishedProgramsEntityListing.setEntities(List<Program> entities)