Class Location
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Location
-
public class Location extends java.lang.ObjectLocationThe location of the time entry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocation.Builder
-
Constructor Summary
Constructors Constructor Description Location()Location(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesActive> active)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<TimeEntriesActive>active()The reference statusstatic Location.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The reference idorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The reference nameorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()LocationwithActive(TimeEntriesActive active)The reference statusLocationwithActive(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesActive> active)The reference statusLocationwithId(java.lang.String id)The reference idLocationwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The reference idLocationwithName(java.lang.String name)The reference nameLocationwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The reference nameLocationwithRemoteId(java.lang.String remoteId)Provider's unique identifierLocationwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
Location
public Location(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesActive> active)
-
Location
public Location()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The reference id
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The reference name
-
active
public org.openapitools.jackson.nullable.JsonNullable<TimeEntriesActive> active()
The reference status
-
builder
public static Location.Builder builder()
-
withId
public Location withId(java.lang.String id)
The reference id
-
withId
public Location withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The reference id
-
withRemoteId
public Location withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Location withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public Location withName(java.lang.String name)
The reference name
-
withName
public Location withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The reference name
-
withActive
public Location withActive(TimeEntriesActive active)
The reference status
-
withActive
public Location withActive(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesActive> active)
The reference status
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-