Class Camera


public class Camera extends AbstractProvider<BaseProviders>
Since:
1.4.0
  • Constructor Details

  • Method Details

    • brand

      public String brand()
      This method generates a random camera brand.
      Returns:
      a string of camera brand.
    • model

      public String model()
      This method generates a random camera model.
      Returns:
      a string of camera model.
    • brandWithModel

      public String brandWithModel()
      This method generates a random camera brand with a model.
      Returns:
      a string of camera brand with a model.