Class BetaWebFetchToolResultBlockParam.Content
-
- All Implemented Interfaces:
public final class BetaWebFetchToolResultBlockParam.Content
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBetaWebFetchToolResultBlockParam.Content.VisitorAn interface that defines how to map each variant of Content to a value of type T.
-
Method Summary
-
-
Method Detail
-
betaWebFetchToolResultErrorBlockParam
final Optional<BetaWebFetchToolResultErrorBlockParam> betaWebFetchToolResultErrorBlockParam()
-
betaWebFetchBlockParam
final Optional<BetaWebFetchBlockParam> betaWebFetchBlockParam()
-
isBetaWebFetchToolResultErrorBlockParam
final Boolean isBetaWebFetchToolResultErrorBlockParam()
-
isBetaWebFetchBlockParam
final Boolean isBetaWebFetchBlockParam()
-
asBetaWebFetchToolResultErrorBlockParam
final BetaWebFetchToolResultErrorBlockParam asBetaWebFetchToolResultErrorBlockParam()
-
asBetaWebFetchBlockParam
final BetaWebFetchBlockParam asBetaWebFetchBlockParam()
-
accept
final <T extends Any> T accept(BetaWebFetchToolResultBlockParam.Content.Visitor<T> visitor)
-
validate
final BetaWebFetchToolResultBlockParam.Content validate()
-
ofBetaWebFetchToolResultErrorBlockParam
final static BetaWebFetchToolResultBlockParam.Content ofBetaWebFetchToolResultErrorBlockParam(BetaWebFetchToolResultErrorBlockParam betaWebFetchToolResultErrorBlockParam)
-
ofBetaWebFetchBlockParam
final static BetaWebFetchToolResultBlockParam.Content ofBetaWebFetchBlockParam(BetaWebFetchBlockParam betaWebFetchBlockParam)
-
-
-
-