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