Class GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder
- Enclosing class:
- GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest
public static class GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withExpand(List<String> expand) withExpandEnumValues(List<GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.expandValues> expand) withKnowledgeBaseId(String knowledgeBaseId) withRequiredParams(String knowledgeBaseId, String sourceId) withSourceId(String sourceId)
-
Method Details
-
withKnowledgeBaseId
public GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder withKnowledgeBaseId(String knowledgeBaseId) -
withSourceId
public GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder withSourceId(String sourceId) -
withExpand
public GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder withExpand(List<String> expand) -
withExpandEnumValues
public GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder withExpandEnumValues(List<GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.expandValues> expand) -
withRequiredParams
public GetKnowledgeKnowledgebaseSourcesSalesforceSourceIdRequest.Builder withRequiredParams(String knowledgeBaseId, String sourceId) -
build
-