Package odata.msgraph.client.beta.entity
Class PersonInterest.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.PersonInterest.Builder
-
- Enclosing class:
- PersonInterest
public static final class PersonInterest.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public PersonInterest.Builder id(String id)
-
allowedAudiences
public PersonInterest.Builder allowedAudiences(AllowedAudiences allowedAudiences)
-
createdBy
public PersonInterest.Builder createdBy(IdentitySet createdBy)
-
createdDateTime
public PersonInterest.Builder createdDateTime(OffsetDateTime createdDateTime)
-
inference
public PersonInterest.Builder inference(InferenceData inference)
-
isSearchable
public PersonInterest.Builder isSearchable(Boolean isSearchable)
-
lastModifiedBy
public PersonInterest.Builder lastModifiedBy(IdentitySet lastModifiedBy)
-
lastModifiedDateTime
public PersonInterest.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
source
public PersonInterest.Builder source(PersonDataSources source)
-
categories
public PersonInterest.Builder categories(List<String> categories)
-
categories
public PersonInterest.Builder categories(String... categories)
-
categoriesNextLink
public PersonInterest.Builder categoriesNextLink(String categoriesNextLink)
-
collaborationTags
public PersonInterest.Builder collaborationTags(List<String> collaborationTags)
-
collaborationTags
public PersonInterest.Builder collaborationTags(String... collaborationTags)
-
collaborationTagsNextLink
public PersonInterest.Builder collaborationTagsNextLink(String collaborationTagsNextLink)
-
description
public PersonInterest.Builder description(String description)
-
displayName
public PersonInterest.Builder displayName(String displayName)
-
thumbnailUrl
public PersonInterest.Builder thumbnailUrl(String thumbnailUrl)
-
webUrl
public PersonInterest.Builder webUrl(String webUrl)
-
build
public PersonInterest build()
-
-