public interface IInheritedBehaviors
Modifier and Type | Method and Description |
---|---|
Collection<BatchClientBehavior> |
customBehaviors()
Gets a collection of behaviors that modify or customize requests to the Batch service.
|
IInheritedBehaviors |
withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
Sets a collection of behaviors that modify or customize requests to the Batch service.
|
Collection<BatchClientBehavior> customBehaviors()
BatchClientBehavior
instances.IInheritedBehaviors withCustomBehaviors(Collection<BatchClientBehavior> behaviors)
behaviors
- The collection of BatchClientBehavior
instances.Copyright © 2019. All rights reserved.