Uses of Class
odata.msgraph.client.complex.ImageInfo
-
Packages that use ImageInfo Package Description odata.msgraph.client.complex -
-
Uses of ImageInfo in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ImageInfo Modifier and Type Field Description protected ImageInfoVisualInfo. attributionMethods in odata.msgraph.client.complex that return ImageInfo Modifier and Type Method Description ImageInfoImageInfo.Builder. build()ImageInfoImageInfo. withAddImageQuery(Boolean addImageQuery)ImageInfoImageInfo. withAlternateText(String alternateText)ImageInfoImageInfo. withAlternativeText(String alternativeText)ImageInfoImageInfo. withIconUrl(String iconUrl)ImageInfoImageInfo. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type ImageInfo Modifier and Type Method Description Optional<ImageInfo>VisualInfo. getAttribution()Methods in odata.msgraph.client.complex with parameters of type ImageInfo Modifier and Type Method Description VisualInfo.BuilderVisualInfo.Builder. attribution(ImageInfo attribution)VisualInfoVisualInfo. withAttribution(ImageInfo attribution)
-