Uses of Class
odata.msgraph.client.beta.entity.PersonInterest.Builder
-
Packages that use PersonInterest.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of PersonInterest.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PersonInterest.Builder Modifier and Type Method Description PersonInterest.BuilderPersonInterest.Builder. allowedAudiences(AllowedAudiences allowedAudiences)static PersonInterest.BuilderPersonInterest. builderPersonInterest()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PersonInterest.BuilderPersonInterest.Builder. categories(String... categories)PersonInterest.BuilderPersonInterest.Builder. categories(List<String> categories)PersonInterest.BuilderPersonInterest.Builder. categoriesNextLink(String categoriesNextLink)PersonInterest.BuilderPersonInterest.Builder. collaborationTags(String... collaborationTags)PersonInterest.BuilderPersonInterest.Builder. collaborationTags(List<String> collaborationTags)PersonInterest.BuilderPersonInterest.Builder. collaborationTagsNextLink(String collaborationTagsNextLink)PersonInterest.BuilderPersonInterest.Builder. createdBy(IdentitySet createdBy)PersonInterest.BuilderPersonInterest.Builder. createdDateTime(OffsetDateTime createdDateTime)PersonInterest.BuilderPersonInterest.Builder. description(String description)PersonInterest.BuilderPersonInterest.Builder. displayName(String displayName)PersonInterest.BuilderPersonInterest.Builder. id(String id)PersonInterest.BuilderPersonInterest.Builder. inference(InferenceData inference)PersonInterest.BuilderPersonInterest.Builder. isSearchable(Boolean isSearchable)PersonInterest.BuilderPersonInterest.Builder. lastModifiedBy(IdentitySet lastModifiedBy)PersonInterest.BuilderPersonInterest.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)PersonInterest.BuilderPersonInterest.Builder. source(PersonDataSources source)PersonInterest.BuilderPersonInterest.Builder. thumbnailUrl(String thumbnailUrl)PersonInterest.BuilderPersonInterest.Builder. webUrl(String webUrl)
-