Package microsoft.dynamics.crm.complex
Class ChannelAccessProfileWithPrivileges.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ChannelAccessProfileWithPrivileges.Builder
-
- Enclosing class:
- ChannelAccessProfileWithPrivileges
public static final class ChannelAccessProfileWithPrivileges.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
emailAccess
public ChannelAccessProfileWithPrivileges.Builder emailAccess(Boolean emailAccess)
-
facebookAccess
public ChannelAccessProfileWithPrivileges.Builder facebookAccess(Boolean facebookAccess)
-
phoneAccess
public ChannelAccessProfileWithPrivileges.Builder phoneAccess(Boolean phoneAccess)
-
twitterAccess
public ChannelAccessProfileWithPrivileges.Builder twitterAccess(Boolean twitterAccess)
-
webAccess
public ChannelAccessProfileWithPrivileges.Builder webAccess(Boolean webAccess)
-
viewKnowledgeArticles
public ChannelAccessProfileWithPrivileges.Builder viewKnowledgeArticles(Boolean viewKnowledgeArticles)
-
viewArticleRating
public ChannelAccessProfileWithPrivileges.Builder viewArticleRating(Boolean viewArticleRating)
-
rateKnowledgeArticles
public ChannelAccessProfileWithPrivileges.Builder rateKnowledgeArticles(Boolean rateKnowledgeArticles)
-
submitFeedback
public ChannelAccessProfileWithPrivileges.Builder submitFeedback(Boolean submitFeedback)
-
channelAccessProfilePrivilegeList
public ChannelAccessProfileWithPrivileges.Builder channelAccessProfilePrivilegeList(List<ChannelAccessProfilePrivilege> channelAccessProfilePrivilegeList)
-
channelAccessProfilePrivilegeList
public ChannelAccessProfileWithPrivileges.Builder channelAccessProfilePrivilegeList(ChannelAccessProfilePrivilege... channelAccessProfilePrivilegeList)
-
channelAccessProfilePrivilegeListNextLink
public ChannelAccessProfileWithPrivileges.Builder channelAccessProfilePrivilegeListNextLink(String channelAccessProfilePrivilegeListNextLink)
-
build
public ChannelAccessProfileWithPrivileges build()
-
-