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