Uses of Class
odata.msgraph.client.beta.entity.ItemFacet
-
Packages that use ItemFacet Package Description odata.msgraph.client.beta.entity -
-
Uses of ItemFacet in odata.msgraph.client.beta.entity
Subclasses of ItemFacet in odata.msgraph.client.beta.entity Modifier and Type Class Description classEducationalActivityclassItemAddressclassItemEmailclassItemPatentclassItemPhoneclassItemPublicationclassLanguageProficiencyclassPersonAnnotationclassPersonAnnualEventclassPersonAwardclassPersonCertificationclassPersonInterestclassPersonNameclassPersonResponsibilityclassPersonWebsiteclassProjectParticipationclassSkillProficiencyclassUserAccountInformationclassWebAccountclassWorkPositionMethods in odata.msgraph.client.beta.entity that return ItemFacet Modifier and Type Method Description ItemFacetItemFacet. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ItemFacetItemFacet. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ItemFacetItemFacet. withAllowedAudiences(AllowedAudiences allowedAudiences)ItemFacetItemFacet. withCreatedBy(IdentitySet createdBy)ItemFacetItemFacet. withCreatedDateTime(OffsetDateTime createdDateTime)ItemFacetItemFacet. withInference(InferenceData inference)ItemFacetItemFacet. withIsSearchable(Boolean isSearchable)ItemFacetItemFacet. withLastModifiedBy(IdentitySet lastModifiedBy)ItemFacetItemFacet. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)ItemFacetItemFacet. withSource(PersonDataSources source)ItemFacetItemFacet. withUnmappedField(String name, String value)
-