public static class AuthDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuthDetails |
build() |
AuthDetails.Builder |
copy(AuthDetails model) |
AuthDetails.Builder |
key(String key)
Generated key that can be used in API calls to identify data flow.
|
AuthDetails.Builder |
modelType(AuthDetails.ModelType modelType)
The authentication mode to be used for Generic REST invocation.
|
AuthDetails.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
AuthDetails.Builder |
parentRef(ParentReference parentRef) |
public AuthDetails.Builder key(String key)
Generated key that can be used in API calls to identify data flow. On scenarios where reference to the data flow is needed, a value can be passed in create.
key
- the value to setpublic AuthDetails.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic AuthDetails.Builder parentRef(ParentReference parentRef)
public AuthDetails.Builder modelType(AuthDetails.ModelType modelType)
The authentication mode to be used for Generic REST invocation.
modelType
- the value to setpublic AuthDetails build()
public AuthDetails.Builder copy(AuthDetails model)
Copyright © 2016–2024. All rights reserved.