public class ChannelAccessProfileWithPrivileges extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelAccessProfileWithPrivileges.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<ChannelAccessProfilePrivilege> |
channelAccessProfilePrivilegeList |
protected String |
channelAccessProfilePrivilegeListNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
emailAccess |
protected Boolean |
facebookAccess |
protected String |
odataType |
protected Boolean |
phoneAccess |
protected Boolean |
rateKnowledgeArticles |
protected Boolean |
submitFeedback |
protected Boolean |
twitterAccess |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected Boolean |
viewArticleRating |
protected Boolean |
viewKnowledgeArticles |
protected Boolean |
webAccess |
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelAccessProfileWithPrivileges() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected Boolean emailAccess
protected Boolean facebookAccess
protected Boolean phoneAccess
protected Boolean twitterAccess
protected Boolean webAccess
protected Boolean viewKnowledgeArticles
protected Boolean viewArticleRating
protected Boolean rateKnowledgeArticles
protected Boolean submitFeedback
protected List<ChannelAccessProfilePrivilege> channelAccessProfilePrivilegeList
protected String channelAccessProfilePrivilegeListNextLink
protected ChannelAccessProfileWithPrivileges()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ChannelAccessProfileWithPrivileges withEmailAccess(Boolean emailAccess)
public ChannelAccessProfileWithPrivileges withFacebookAccess(Boolean facebookAccess)
public ChannelAccessProfileWithPrivileges withPhoneAccess(Boolean phoneAccess)
public ChannelAccessProfileWithPrivileges withTwitterAccess(Boolean twitterAccess)
public ChannelAccessProfileWithPrivileges withWebAccess(Boolean webAccess)
public ChannelAccessProfileWithPrivileges withViewKnowledgeArticles(Boolean viewKnowledgeArticles)
public ChannelAccessProfileWithPrivileges withViewArticleRating(Boolean viewArticleRating)
public ChannelAccessProfileWithPrivileges withRateKnowledgeArticles(Boolean rateKnowledgeArticles)
public ChannelAccessProfileWithPrivileges withSubmitFeedback(Boolean submitFeedback)
public com.github.davidmoten.odata.client.CollectionPage<ChannelAccessProfilePrivilege> getChannelAccessProfilePrivilegeList()
public com.github.davidmoten.odata.client.CollectionPage<ChannelAccessProfilePrivilege> getChannelAccessProfilePrivilegeList(com.github.davidmoten.odata.client.HttpRequestOptions options)
public ChannelAccessProfileWithPrivileges withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ChannelAccessProfileWithPrivileges.Builder builder()
Copyright © 2018–2020. All rights reserved.