public class PersonInterest extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
PersonInterest.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
categories |
protected String |
categoriesNextLink |
protected List<String> |
collaborationTags |
protected String |
collaborationTagsNextLink |
protected String |
description |
protected String |
displayName |
protected String |
webUrl |
allowedAudiences, createdBy, createdDateTime, inference, lastModifiedBy, lastModifiedDateTime, sourcechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
PersonInterest() |
| Modifier and Type | Method and Description |
|---|---|
static PersonInterest.Builder |
builderPersonInterest()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getCategories() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getCategories(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getCollaborationTags() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getCollaborationTags(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWebUrl() |
String |
odataTypeName() |
PersonInterest |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
PersonInterest |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
PersonInterest |
withDescription(String description) |
PersonInterest |
withDisplayName(String displayName) |
PersonInterest |
withWebUrl(String webUrl) |
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withLastModifiedBy, withLastModifiedDateTime, withSourceprotected String categoriesNextLink
protected String description
protected String displayName
protected String webUrl
protected String collaborationTagsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ItemFacetpublic static PersonInterest.Builder builderPersonInterest()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ItemFacetpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ItemFacetpublic com.github.davidmoten.odata.client.CollectionPage<String> getCategories()
public com.github.davidmoten.odata.client.CollectionPage<String> getCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)
public PersonInterest withDescription(String description)
public PersonInterest withDisplayName(String displayName)
public PersonInterest withWebUrl(String webUrl)
public com.github.davidmoten.odata.client.CollectionPage<String> getCollaborationTags()
public com.github.davidmoten.odata.client.CollectionPage<String> getCollaborationTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ItemFacetpublic PersonInterest patch()
this with changed fields reset.public PersonInterest put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.