Interface TweetMediaSizesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    TweetMediaSizes, TweetMediaSizes.Builder

    public interface TweetMediaSizesOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TweetMediaSize getLarge()
      .streamlayer.social.TweetMediaSize large = 2 [json_name = "large"];
      TweetMediaSize getMedium()
      .streamlayer.social.TweetMediaSize medium = 3 [json_name = "medium"];
      TweetMediaSize getSmall()
      .streamlayer.social.TweetMediaSize small = 4 [json_name = "small"];
      TweetMediaSize getThumb()
      .streamlayer.social.TweetMediaSize thumb = 1 [json_name = "thumb"];
      boolean hasLarge()
      .streamlayer.social.TweetMediaSize large = 2 [json_name = "large"];
      boolean hasMedium()
      .streamlayer.social.TweetMediaSize medium = 3 [json_name = "medium"];
      boolean hasSmall()
      .streamlayer.social.TweetMediaSize small = 4 [json_name = "small"];
      boolean hasThumb()
      .streamlayer.social.TweetMediaSize thumb = 1 [json_name = "thumb"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasThumb

        boolean hasThumb()
        .streamlayer.social.TweetMediaSize thumb = 1 [json_name = "thumb"];
        Returns:
        Whether the thumb field is set.
      • getThumb

        TweetMediaSize getThumb()
        .streamlayer.social.TweetMediaSize thumb = 1 [json_name = "thumb"];
        Returns:
        The thumb.
      • hasLarge

        boolean hasLarge()
        .streamlayer.social.TweetMediaSize large = 2 [json_name = "large"];
        Returns:
        Whether the large field is set.
      • getLarge

        TweetMediaSize getLarge()
        .streamlayer.social.TweetMediaSize large = 2 [json_name = "large"];
        Returns:
        The large.
      • hasMedium

        boolean hasMedium()
        .streamlayer.social.TweetMediaSize medium = 3 [json_name = "medium"];
        Returns:
        Whether the medium field is set.
      • getMedium

        TweetMediaSize getMedium()
        .streamlayer.social.TweetMediaSize medium = 3 [json_name = "medium"];
        Returns:
        The medium.
      • hasSmall

        boolean hasSmall()
        .streamlayer.social.TweetMediaSize small = 4 [json_name = "small"];
        Returns:
        Whether the small field is set.
      • getSmall

        TweetMediaSize getSmall()
        .streamlayer.social.TweetMediaSize small = 4 [json_name = "small"];
        Returns:
        The small.