com.stackify.api
public class ApiClient extends Object
Example:
ApiClient.Builder builder = ApiClient.newBuilder();
builder.name("stackify-error-log4j12");
builder.version("1.0.0");
ApiClient apiClient = builder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiClient.Builder
ApiClient.Builder separates the construction of a ApiClient from its representation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPlatform() |
String |
getVersion() |
static ApiClient.Builder |
newBuilder() |
public String getName()
public String getPlatform()
public String getVersion()
public static ApiClient.Builder newBuilder()
Copyright © 2013 Stackify, LLC. All Rights Reserved.