Package microsoft.dynamics.crm.complex
Class ChannelAccessProfileWithPrivileges
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ChannelAccessProfileWithPrivileges
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ChannelAccessProfileWithPrivileges extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelAccessProfileWithPrivileges.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<ChannelAccessProfilePrivilege>channelAccessProfilePrivilegeListprotected StringchannelAccessProfilePrivilegeListNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanemailAccessprotected BooleanfacebookAccessprotected StringodataTypeprotected BooleanphoneAccessprotected BooleanrateKnowledgeArticlesprotected BooleansubmitFeedbackprotected BooleantwitterAccessprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected BooleanviewArticleRatingprotected BooleanviewKnowledgeArticlesprotected BooleanwebAccess
-
Constructor Summary
Constructors Modifier Constructor Description protectedChannelAccessProfileWithPrivileges()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
emailAccess
protected Boolean emailAccess
-
facebookAccess
protected Boolean facebookAccess
-
phoneAccess
protected Boolean phoneAccess
-
twitterAccess
protected Boolean twitterAccess
-
webAccess
protected Boolean webAccess
-
viewKnowledgeArticles
protected Boolean viewKnowledgeArticles
-
viewArticleRating
protected Boolean viewArticleRating
-
rateKnowledgeArticles
protected Boolean rateKnowledgeArticles
-
submitFeedback
protected Boolean submitFeedback
-
channelAccessProfilePrivilegeList
protected List<ChannelAccessProfilePrivilege> channelAccessProfilePrivilegeList
-
channelAccessProfilePrivilegeListNextLink
protected String channelAccessProfilePrivilegeListNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withEmailAccess
public ChannelAccessProfileWithPrivileges withEmailAccess(Boolean emailAccess)
-
withFacebookAccess
public ChannelAccessProfileWithPrivileges withFacebookAccess(Boolean facebookAccess)
-
withPhoneAccess
public ChannelAccessProfileWithPrivileges withPhoneAccess(Boolean phoneAccess)
-
withTwitterAccess
public ChannelAccessProfileWithPrivileges withTwitterAccess(Boolean twitterAccess)
-
withWebAccess
public ChannelAccessProfileWithPrivileges withWebAccess(Boolean webAccess)
-
withViewKnowledgeArticles
public ChannelAccessProfileWithPrivileges withViewKnowledgeArticles(Boolean viewKnowledgeArticles)
-
withViewArticleRating
public ChannelAccessProfileWithPrivileges withViewArticleRating(Boolean viewArticleRating)
-
withRateKnowledgeArticles
public ChannelAccessProfileWithPrivileges withRateKnowledgeArticles(Boolean rateKnowledgeArticles)
-
withSubmitFeedback
public ChannelAccessProfileWithPrivileges withSubmitFeedback(Boolean submitFeedback)
-
getChannelAccessProfilePrivilegeList
public com.github.davidmoten.odata.client.CollectionPage<ChannelAccessProfilePrivilege> getChannelAccessProfilePrivilegeList()
-
getChannelAccessProfilePrivilegeList
public com.github.davidmoten.odata.client.CollectionPage<ChannelAccessProfilePrivilege> getChannelAccessProfilePrivilegeList(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public ChannelAccessProfileWithPrivileges withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static ChannelAccessProfileWithPrivileges.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-