ImageGallery Class

public class ImageGallery
extends CollectionPage

Defines a link to a webpage that contains a collection of related images.

Constructor Summary

Constructor Description
ImageGallery()

Method Summary

Modifier and Type Method and Description
java.lang.Long followersCount()

Get the followersCount value.

java.lang.Long imagesCount()

Get the imagesCount value.

java.lang.String source()

Get the source value.

Methods inherited from CreativeWork

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ImageGallery

public ImageGallery()

Method Details

followersCount

public Long followersCount()

Get the followersCount value.

Returns:

the followersCount value

imagesCount

public Long imagesCount()

Get the imagesCount value.

Returns:

the imagesCount value

source

public String source()

Get the source value.

Returns:

the source value

Applies to

Azure SDK for Java

Legacy