public class Company extends Object
Modifier | Constructor and Description |
---|---|
protected |
Company(Faker faker) |
Modifier and Type | Method and Description |
---|---|
String |
bs()
When a straight answer won't do, BS to the rescue!
|
String |
buzzword() |
String |
catchPhrase()
Generate a buzzword-laden catch phrase.
|
String |
industry() |
String |
logo()
Generate a random company logo url in PNG format.
|
String |
name() |
String |
profession() |
String |
suffix() |
String |
url() |
protected Company(Faker faker)
public String name()
public String suffix()
public String industry()
public String profession()
public String buzzword()
public String catchPhrase()
public String bs()
public String logo()
public String url()
Copyright © 2019. All rights reserved.