public class SourceApplication extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceApplication.Builder
Class to build instances of
SourceApplication. |
| Modifier | Constructor and Description |
|---|---|
protected |
SourceApplication(String product,
io.apimatic.core.types.OptionalNullable<String> applicationId,
io.apimatic.core.types.OptionalNullable<String> name)
Initialization constructor.
|
|
SourceApplication(String product,
String applicationId,
String name)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
Getter for ApplicationId.
|
String |
getName()
Getter for Name.
|
String |
getProduct()
Getter for Product.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetApplicationId()
Internal Getter for ApplicationId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
SourceApplication.Builder |
toBuilder()
Builds a new
SourceApplication.Builder object. |
String |
toString()
Converts this SourceApplication into string format.
|
public SourceApplication(String product, String applicationId, String name)
product - String value for product.applicationId - String value for applicationId.name - String value for name.protected SourceApplication(String product, io.apimatic.core.types.OptionalNullable<String> applicationId, io.apimatic.core.types.OptionalNullable<String> name)
product - String value for product.applicationId - String value for applicationId.name - String value for name.public String getProduct()
protected io.apimatic.core.types.OptionalNullable<String> internalGetApplicationId()
public String getApplicationId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
public String toString()
public SourceApplication.Builder toBuilder()
SourceApplication.Builder object.
Creates the instance with the state of the current model.SourceApplication.Builder objectCopyright © 2024. All rights reserved.