| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks |
| Modifier and Type | Method and Description |
|---|---|
File |
File.Builder.build()
Builds a new
File. |
static File |
File.copyOf(FileIF instance)
Creates an immutable copy of a
FileIF value. |
static File |
File.of(String externalId,
String source)
Construct a new immutable
File instance. |
File |
File.withBlockId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
blockId attribute. |
File |
File.withBlockId(String value)
Copy the current immutable object by setting a present value for the optional
blockId attribute. |
File |
File.withExternalId(String externalId)
Copy the current immutable object by setting a value for the
externalId attribute. |
File |
File.withSource(String source)
Copy the current immutable object by setting a value for the
source attribute. |
Copyright © 2019. All rights reserved.