Class BetaWebFetchToolResultBlock.Content
-
- All Implemented Interfaces:
public final class BetaWebFetchToolResultBlock.Content
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBetaWebFetchToolResultBlock.Content.VisitorAn interface that defines how to map each variant of Content to a value of type T.
-
Method Summary
Modifier and Type Method Description final Optional<BetaWebFetchToolResultErrorBlock>betaWebFetchToolResultErrorBlock()final Optional<BetaWebFetchBlock>betaWebFetchBlock()final BooleanisBetaWebFetchToolResultErrorBlock()final BooleanisBetaWebFetchBlock()final BetaWebFetchToolResultErrorBlockasBetaWebFetchToolResultErrorBlock()final BetaWebFetchBlockasBetaWebFetchBlock()final Optional<JsonValue>_json()final <T extends Any> Taccept(BetaWebFetchToolResultBlock.Content.Visitor<T> visitor)final BetaWebFetchToolResultBlock.Contentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaWebFetchToolResultBlock.ContentofBetaWebFetchToolResultErrorBlock(BetaWebFetchToolResultErrorBlock betaWebFetchToolResultErrorBlock)final static BetaWebFetchToolResultBlock.ContentofBetaWebFetchBlock(BetaWebFetchBlock betaWebFetchBlock)-
-
Method Detail
-
betaWebFetchToolResultErrorBlock
final Optional<BetaWebFetchToolResultErrorBlock> betaWebFetchToolResultErrorBlock()
-
betaWebFetchBlock
final Optional<BetaWebFetchBlock> betaWebFetchBlock()
-
isBetaWebFetchToolResultErrorBlock
final Boolean isBetaWebFetchToolResultErrorBlock()
-
isBetaWebFetchBlock
final Boolean isBetaWebFetchBlock()
-
asBetaWebFetchToolResultErrorBlock
final BetaWebFetchToolResultErrorBlock asBetaWebFetchToolResultErrorBlock()
-
asBetaWebFetchBlock
final BetaWebFetchBlock asBetaWebFetchBlock()
-
accept
final <T extends Any> T accept(BetaWebFetchToolResultBlock.Content.Visitor<T> visitor)
-
validate
final BetaWebFetchToolResultBlock.Content validate()
-
ofBetaWebFetchToolResultErrorBlock
final static BetaWebFetchToolResultBlock.Content ofBetaWebFetchToolResultErrorBlock(BetaWebFetchToolResultErrorBlock betaWebFetchToolResultErrorBlock)
-
ofBetaWebFetchBlock
final static BetaWebFetchToolResultBlock.Content ofBetaWebFetchBlock(BetaWebFetchBlock betaWebFetchBlock)
-
-
-
-