public static final class MethodOverride.Builder extends Object
MethodOverride
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MethodOverride |
build()
Builds the
MethodOverride . |
boolean |
getOverrideAllMethods()
Returns whether to allow all methods (except GET and POST) to be overridden regardless of
whether the transport supports them.
|
MethodOverride.Builder |
setOverrideAllMethods(boolean overrideAllMethods)
Sets whether to allow all methods (except GET and POST) to be overridden regardless of
whether the transport supports them.
|
public MethodOverride build()
MethodOverride
.public boolean getOverrideAllMethods()
public MethodOverride.Builder setOverrideAllMethods(boolean overrideAllMethods)
Default is false
.
Copyright © 2010–2022 Google. All rights reserved.