public static final class OnboardingFeatureInfo.Builder
extends java.lang.Object
OnboardingFeatureInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
OnboardingFeatureInfo. |
| Modifier and Type | Method and Description |
|---|---|
OnboardingFeatureInfo |
build() |
OnboardingFeatureInfo.Builder |
setName(java.lang.String name)
Feature Name
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OnboardingFeatureInfo.Builder |
setPath(java.lang.String path)
Resource Path
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OnboardingFeatureInfo.Builder |
setResourceType(java.lang.String resourceType)
Resource Type
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
OnboardingFeatureInfo.public OnboardingFeatureInfo.Builder setName(java.lang.String name)
name - New value for the property.public OnboardingFeatureInfo.Builder setPath(java.lang.String path)
path - New value for the property.public OnboardingFeatureInfo.Builder setResourceType(java.lang.String resourceType)
resourceType - New value for the property.public OnboardingFeatureInfo build()