public static final class PersonInterest.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
PersonInterest.Builder |
allowedAudiences(AllowedAudiences allowedAudiences) |
PersonInterest |
build() |
PersonInterest.Builder |
categories(List<String> categories) |
PersonInterest.Builder |
categoriesNextLink(String categoriesNextLink) |
PersonInterest.Builder |
createdBy(IdentitySet createdBy) |
PersonInterest.Builder |
createdDateTime(OffsetDateTime createdDateTime) |
PersonInterest.Builder |
description(String description) |
PersonInterest.Builder |
displayName(String displayName) |
PersonInterest.Builder |
id(String id) |
PersonInterest.Builder |
inference(InferenceData inference) |
PersonInterest.Builder |
lastModifiedBy(IdentitySet lastModifiedBy) |
PersonInterest.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
PersonInterest.Builder |
webUrl(String webUrl) |
public PersonInterest.Builder id(String id)
public PersonInterest.Builder allowedAudiences(AllowedAudiences allowedAudiences)
public PersonInterest.Builder inference(InferenceData inference)
public PersonInterest.Builder createdDateTime(OffsetDateTime createdDateTime)
public PersonInterest.Builder createdBy(IdentitySet createdBy)
public PersonInterest.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public PersonInterest.Builder lastModifiedBy(IdentitySet lastModifiedBy)
public PersonInterest.Builder categories(List<String> categories)
public PersonInterest.Builder categoriesNextLink(String categoriesNextLink)
public PersonInterest.Builder description(String description)
public PersonInterest.Builder displayName(String displayName)
public PersonInterest.Builder webUrl(String webUrl)
public PersonInterest build()
Copyright © 2018–2020. All rights reserved.