Uses of Class
odata.msgraph.client.complex.ProfileCardAnnotation
-
Packages that use ProfileCardAnnotation Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ProfileCardAnnotation in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ProfileCardAnnotation Modifier and Type Method Description ProfileCardAnnotationProfileCardAnnotation.Builder. build()ProfileCardAnnotationProfileCardAnnotation. withDisplayName(String displayName)ProfileCardAnnotationProfileCardAnnotation. withUnmappedField(String name, Object value) -
Uses of ProfileCardAnnotation in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ProfileCardAnnotation Modifier and Type Field Description protected List<ProfileCardAnnotation>ProfileCardProperty. annotationsMethods in odata.msgraph.client.entity that return types with arguments of type ProfileCardAnnotation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ProfileCardAnnotation>ProfileCardProperty. getAnnotations()com.github.davidmoten.odata.client.CollectionPage<ProfileCardAnnotation>ProfileCardProperty. getAnnotations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ProfileCardAnnotation Modifier and Type Method Description ProfileCardProperty.BuilderProfileCardProperty.Builder. annotations(ProfileCardAnnotation... annotations)Method parameters in odata.msgraph.client.entity with type arguments of type ProfileCardAnnotation Modifier and Type Method Description ProfileCardProperty.BuilderProfileCardProperty.Builder. annotations(List<ProfileCardAnnotation> annotations)ProfileCardPropertyProfileCardProperty. withAnnotations(List<ProfileCardAnnotation> annotations)
-