Uses of Class
io.lakefs.clients.sdk.model.InternalDeleteBranchProtectionRuleRequest
-
Packages that use InternalDeleteBranchProtectionRuleRequest Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of InternalDeleteBranchProtectionRuleRequest in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type InternalDeleteBranchProtectionRuleRequest Modifier and Type Method Description InternalApi.APIinternalDeleteBranchProtectionRuleRequestInternalApi. internalDeleteBranchProtectionRule(String repository, InternalDeleteBranchProtectionRuleRequest internalDeleteBranchProtectionRuleRequest)Deprecated. -
Uses of InternalDeleteBranchProtectionRuleRequest in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return InternalDeleteBranchProtectionRuleRequest Modifier and Type Method Description static InternalDeleteBranchProtectionRuleRequestInternalDeleteBranchProtectionRuleRequest. fromJson(String jsonString)Create an instance of InternalDeleteBranchProtectionRuleRequest given an JSON stringInternalDeleteBranchProtectionRuleRequestInternalDeleteBranchProtectionRuleRequest. pattern(String pattern)InternalDeleteBranchProtectionRuleRequestInternalDeleteBranchProtectionRuleRequest. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-