| Package | Description |
|---|---|
| dev.codesoapbox.dummy4j.dummies.internet |
| Modifier and Type | Method and Description |
|---|---|
static UrlProtocol |
UrlProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlProtocol[] |
UrlProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UrlBuilder |
UrlBuilder.withProtocol(UrlProtocol protocol)
Sets the protocol for the generated url
|
UrlBuilder |
UrlBuilder.withRandomProtocol(UrlProtocol... protocols)
Sets the protocol for the generated url to one that is randomly chosen from provided arguments.
|
Copyright © 2021. All rights reserved.